Shades of Sundance #C0A04A
Tints of Sundance #C0A04A
RGB
CMYK
RGB Variations
Color information
#C0A04A (or 0xC0A04A) is known color: Sundance. HEX triplet: C0, A0 and 4A. RGB value is (192,160,74). Sum of RGB (Red+Green+Blue) = 192+160+74=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A04A is #3F5FB5. Grayscale: #A0A0A0. Windows color (decimal): -4153270 or 4890816. OLE color: 4890816.
HSL color Cylindrical-coordinate representation of color #C0A04A: hue angle of 43.73º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0A04A is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 74 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.25 |
| HSL | 43.73º | 0.48% | 0.52% | - |
| HSV(B) | 43.73º | 0.61% | 0.75% | - |
| XYZ | 35.55 | 36.84 | 11.72 | - |
| YUV | 159.76 | 79.6 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 74 | 0 | 0.17 | 0.61 | 0.25 | 43.73 | 0.48 | 0.52 |
| Hex | C0 | A0 | 4A | 0 | 11 | 3D | 19 | 2C | 30 | 34 |
| Octal | 300 | 240 | 112 | 0 | 21 | 75 | 31 | 54 | 60 | 64 |
| Binary | 11000000 | 10100000 | 1001010 | 0 | 10001 | 111101 | 11001 | 101100 | 110000 | 110100 |
Color Harmonies of #C0A04A
Complementary color
Monochromatic Colors of #C0A04A
Black with #C0A04A
Text Example
Text Example
White with #C0A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A04A; }
p { color: rgb(192,160,74); }
H1.HeaderClassName
{
color: #C0A04A;
}
.AnyTagClassName
{
color: #C0A04A;
}
</style>
background-color css
<style>
a { background-color: #C0A04A; }
a { background-color: rgb(192,160,74); }
div.DivClassName
{
background-color: #C0A04A;
}
.BgClassName
{
background-color: #C0A04A;
}
</style>
border-color css
<style>
span { border-color: #C0A04A; }
span { border-color: rgb(192,160,74); }
td.TdClassName
{
border-color: #C0A04A;
}
.TagClassName
{
border-color: #C0A04A;
}
</style>