Shades of Sundance #C0A04D
Tints of Sundance #C0A04D
RGB
CMYK
RGB Variations
Color information
#C0A04D (or 0xC0A04D) is known color: Sundance. HEX triplet: C0, A0 and 4D. RGB value is (192,160,77). Sum of RGB (Red+Green+Blue) = 192+160+77=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A04D is #3F5FB2. Grayscale: #A0A0A0. Windows color (decimal): -4153267 or 5087424. OLE color: 5087424.
HSL color Cylindrical-coordinate representation of color #C0A04D: hue angle of 43.3º 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 #C0A04D is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 77 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.25 |
| HSL | 43.3º | 0.48% | 0.53% | - |
| HSV(B) | 43.3º | 0.6% | 0.75% | - |
| XYZ | 35.65 | 36.88 | 12.26 | - |
| YUV | 160.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 77 | 0 | 0.17 | 0.60 | 0.25 | 43.3 | 0.48 | 0.53 |
| Hex | C0 | A0 | 4D | 0 | 11 | 3C | 19 | 2B | 30 | 35 |
| Octal | 300 | 240 | 115 | 0 | 21 | 74 | 31 | 53 | 60 | 65 |
| Binary | 11000000 | 10100000 | 1001101 | 0 | 10001 | 111100 | 11001 | 101011 | 110000 | 110101 |
Color Harmonies of #C0A04D
Complementary color
Monochromatic Colors of #C0A04D
Black with #C0A04D
Text Example
Text Example
White with #C0A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A04D; }
p { color: rgb(192,160,77); }
H1.HeaderClassName
{
color: #C0A04D;
}
.AnyTagClassName
{
color: #C0A04D;
}
</style>
background-color css
<style>
a { background-color: #C0A04D; }
a { background-color: rgb(192,160,77); }
div.DivClassName
{
background-color: #C0A04D;
}
.BgClassName
{
background-color: #C0A04D;
}
</style>
border-color css
<style>
span { border-color: #C0A04D; }
span { border-color: rgb(192,160,77); }
td.TdClassName
{
border-color: #C0A04D;
}
.TagClassName
{
border-color: #C0A04D;
}
</style>