Shades of Sundance #C0A64E
Tints of Sundance #C0A64E
RGB
CMYK
RGB Variations
Color information
#C0A64E (or 0xC0A64E) is known color: Sundance. HEX triplet: C0, A6 and 4E. RGB value is (192,166,78). Sum of RGB (Red+Green+Blue) = 192+166+78=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A64E is #3F59B1. Grayscale: #A4A4A4. Windows color (decimal): -4151730 or 5154496. OLE color: 5154496.
HSL color Cylindrical-coordinate representation of color #C0A64E: hue angle of 46.32º 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 #C0A64E is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 78 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.25 |
| HSL | 46.32º | 0.48% | 0.53% | - |
| HSV(B) | 46.32º | 0.59% | 0.75% | - |
| XYZ | 36.75 | 39.03 | 12.8 | - |
| YUV | 163.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 78 | 0 | 0.14 | 0.59 | 0.25 | 46.32 | 0.48 | 0.53 |
| Hex | C0 | A6 | 4E | 0 | E | 3B | 19 | 2E | 30 | 35 |
| Octal | 300 | 246 | 116 | 0 | 16 | 73 | 31 | 56 | 60 | 65 |
| Binary | 11000000 | 10100110 | 1001110 | 0 | 1110 | 111011 | 11001 | 101110 | 110000 | 110101 |
Color Harmonies of #C0A64E
Complementary color
Monochromatic Colors of #C0A64E
Black with #C0A64E
Text Example
Text Example
White with #C0A64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A64E; }
p { color: rgb(192,166,78); }
H1.HeaderClassName
{
color: #C0A64E;
}
.AnyTagClassName
{
color: #C0A64E;
}
</style>
background-color css
<style>
a { background-color: #C0A64E; }
a { background-color: rgb(192,166,78); }
div.DivClassName
{
background-color: #C0A64E;
}
.BgClassName
{
background-color: #C0A64E;
}
</style>
border-color css
<style>
span { border-color: #C0A64E; }
span { border-color: rgb(192,166,78); }
td.TdClassName
{
border-color: #C0A64E;
}
.TagClassName
{
border-color: #C0A64E;
}
</style>