Shades of Sundance #C0A04C
Tints of Sundance #C0A04C
RGB
CMYK
RGB Variations
Color information
#C0A04C (or 0xC0A04C) is known color: Sundance. HEX triplet: C0, A0 and 4C. RGB value is (192,160,76). Sum of RGB (Red+Green+Blue) = 192+160+76=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A04C is #3F5FB3. Grayscale: #A0A0A0. Windows color (decimal): -4153268 or 5021888. OLE color: 5021888.
HSL color Cylindrical-coordinate representation of color #C0A04C: hue angle of 43.45º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0A04C is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 76 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.25 |
| HSL | 43.45º | 0.48% | 0.53% | - |
| HSV(B) | 43.45º | 0.6% | 0.75% | - |
| XYZ | 35.61 | 36.87 | 12.08 | - |
| YUV | 159.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 76 | 0 | 0.17 | 0.60 | 0.25 | 43.45 | 0.48 | 0.53 |
| Hex | C0 | A0 | 4C | 0 | 11 | 3C | 19 | 2B | 30 | 35 |
| Octal | 300 | 240 | 114 | 0 | 21 | 74 | 31 | 53 | 60 | 65 |
| Binary | 11000000 | 10100000 | 1001100 | 0 | 10001 | 111100 | 11001 | 101011 | 110000 | 110101 |
Color Harmonies of #C0A04C
Complementary color
Monochromatic Colors of #C0A04C
Black with #C0A04C
Text Example
Text Example
White with #C0A04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A04C; }
p { color: rgb(192,160,76); }
H1.HeaderClassName
{
color: #C0A04C;
}
.AnyTagClassName
{
color: #C0A04C;
}
</style>
background-color css
<style>
a { background-color: #C0A04C; }
a { background-color: rgb(192,160,76); }
div.DivClassName
{
background-color: #C0A04C;
}
.BgClassName
{
background-color: #C0A04C;
}
</style>
border-color css
<style>
span { border-color: #C0A04C; }
span { border-color: rgb(192,160,76); }
td.TdClassName
{
border-color: #C0A04C;
}
.TagClassName
{
border-color: #C0A04C;
}
</style>