#c1aa55

Color #C1AA55 Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #C1AA55

Tints of Sundance #C1AA55

Color information

#C1AA55 (or 0xC1AA55) is unknown color: approx Sundance. HEX triplet: C1, AA and 55. RGB value is (193,170,85). Sum of RGB (Red+Green+Blue) = 193+170+85=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA55 is #3E55AA. Grayscale: #A7A7A7. Windows color (decimal): -4085163 or 5614273. OLE color: 5614273.

HSL color Cylindrical-coordinate representation of color #C1AA55: hue angle of 47.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1AA55 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19317085-
CMYK00.120.560.24
HSL47.22º46.55%54.51%-
HSV(B)47.22º55.96%75.69%-
XYZ38.0140.7414.46-
YUV167.1981.62146.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 43.08%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 85 (33.59% from 255) = 18.97%
R=43.08%
G=37.95%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931708500.120.560.2447.2246.5554.51
HexC1AA550C38182f2f37
Octal3012521250147030575767
Binary110000011010101010101010110011100011000101111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1aa55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1aa55; }

 p { color: rgb(193,170,85); }

 H1.HeaderClassName
 {
   color: #c1aa55;
 }
 .AnyTagClassName
 {
   color: #c1aa55;
 }
</style>
background-color css

<style>
 a { background-color: #c1aa55; }

 a { background-color: rgb(193,170,85); }

 div.DivClassName
 {
   background-color: #c1aa55;
 }
 .BgClassName
 {
   background-color: #c1aa55;
 }
</style>
border-color css

<style>
 span { border-color: #c1aa55; }

 span { border-color: rgb(193,170,85); }

 td.TdClassName
 {
   border-color: #c1aa55;
 }
 .TagClassName
 {
   border-color: #c1aa55;
 }
</style>