#C0AA49

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

Shades of Sundance #C0AA49

Tints of Sundance #C0AA49

Color information

#C0AA49 (or 0xC0AA49) is unknown color: approx Sundance. HEX triplet: C0, AA and 49. RGB value is (192,170,73). Sum of RGB (Red+Green+Blue) = 192+170+73=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA49 is #3F55B6. Grayscale: #A5A5A5. Windows color (decimal): -4150711 or 4827840. OLE color: 4827840.

HSL color Cylindrical-coordinate representation of color #C0AA49: hue angle of 48.91º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0AA49 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19217073-
CMYK00.110.620.25
HSL48.91º48.57%51.96%-
HSV(B)48.91º61.98%75.29%-
XYZ37.3240.4412.14-
YUV165.5275.79146.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.14%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 73 (28.91% from 255) = 16.78%
R=44.14%
G=39.08%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921707300.110.620.2548.9148.5751.96
HexC0AA490B3E19313134
Octal3002521110137631616164
Binary110000001010101010010010101111111011001110001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA49; }

 p { color: rgb(192,170,73); }

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

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

 a { background-color: rgb(192,170,73); }

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

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

 span { border-color: rgb(192,170,73); }

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