Shades of Sundance #C0A84E
Tints of Sundance #C0A84E
RGB
CMYK
RGB Variations
Color information
#C0A84E (or 0xC0A84E) is known color: Sundance. HEX triplet: C0, A8 and 4E. RGB value is (192,168,78). Sum of RGB (Red+Green+Blue) = 192+168+78=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A84E is #3F57B1. Grayscale: #A5A5A5. Windows color (decimal): -4151218 or 5155008. OLE color: 5155008.
HSL color Cylindrical-coordinate representation of color #C0A84E: hue angle of 47.37º 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 #C0A84E is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 78 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.25 |
| HSL | 47.37º | 0.48% | 0.53% | - |
| HSV(B) | 47.37º | 0.59% | 0.75% | - |
| XYZ | 37.12 | 39.76 | 12.93 | - |
| YUV | 164.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 78 | 0 | 0.12 | 0.59 | 0.25 | 47.37 | 0.48 | 0.53 |
| Hex | C0 | A8 | 4E | 0 | C | 3B | 19 | 2F | 30 | 35 |
| Octal | 300 | 250 | 116 | 0 | 14 | 73 | 31 | 57 | 60 | 65 |
| Binary | 11000000 | 10101000 | 1001110 | 0 | 1100 | 111011 | 11001 | 101111 | 110000 | 110101 |
Color Harmonies of #C0A84E
Complementary color
Monochromatic Colors of #C0A84E
Black with #C0A84E
Text Example
Text Example
White with #C0A84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A84E; }
p { color: rgb(192,168,78); }
H1.HeaderClassName
{
color: #C0A84E;
}
.AnyTagClassName
{
color: #C0A84E;
}
</style>
background-color css
<style>
a { background-color: #C0A84E; }
a { background-color: rgb(192,168,78); }
div.DivClassName
{
background-color: #C0A84E;
}
.BgClassName
{
background-color: #C0A84E;
}
</style>
border-color css
<style>
span { border-color: #C0A84E; }
span { border-color: rgb(192,168,78); }
td.TdClassName
{
border-color: #C0A84E;
}
.TagClassName
{
border-color: #C0A84E;
}
</style>