Shades of Sundance #C0A04E
Tints of Sundance #C0A04E
RGB
CMYK
RGB Variations
Color information
#C0A04E (or 0xC0A04E) is known color: Sundance. HEX triplet: C0, A0 and 4E. RGB value is (192,160,78). Sum of RGB (Red+Green+Blue) = 192+160+78=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A04E is #3F5FB1. Grayscale: #A0A0A0. Windows color (decimal): -4153266 or 5152960. OLE color: 5152960.
HSL color Cylindrical-coordinate representation of color #C0A04E: hue angle of 43.16º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0A04E is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 78 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.25 |
| HSL | 43.16º | 0.48% | 0.53% | - |
| HSV(B) | 43.16º | 0.59% | 0.75% | - |
| XYZ | 35.68 | 36.9 | 12.45 | - |
| YUV | 160.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 78 | 0 | 0.17 | 0.59 | 0.25 | 43.16 | 0.48 | 0.53 |
| Hex | C0 | A0 | 4E | 0 | 11 | 3B | 19 | 2B | 30 | 35 |
| Octal | 300 | 240 | 116 | 0 | 21 | 73 | 31 | 53 | 60 | 65 |
| Binary | 11000000 | 10100000 | 1001110 | 0 | 10001 | 111011 | 11001 | 101011 | 110000 | 110101 |
Color Harmonies of #C0A04E
Complementary color
Monochromatic Colors of #C0A04E
Black with #C0A04E
Text Example
Text Example
White with #C0A04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A04E; }
p { color: rgb(192,160,78); }
H1.HeaderClassName
{
color: #C0A04E;
}
.AnyTagClassName
{
color: #C0A04E;
}
</style>
background-color css
<style>
a { background-color: #C0A04E; }
a { background-color: rgb(192,160,78); }
div.DivClassName
{
background-color: #C0A04E;
}
.BgClassName
{
background-color: #C0A04E;
}
</style>
border-color css
<style>
span { border-color: #C0A04E; }
span { border-color: rgb(192,160,78); }
td.TdClassName
{
border-color: #C0A04E;
}
.TagClassName
{
border-color: #C0A04E;
}
</style>