Shades of Sundance #C0AA4A
Tints of Sundance #C0AA4A
RGB
CMYK
RGB Variations
Color information
#C0AA4A (or 0xC0AA4A) is known color: Sundance. HEX triplet: C0, AA and 4A. RGB value is (192,170,74). Sum of RGB (Red+Green+Blue) = 192+170+74=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA4A is #3F55B5. Grayscale: #A6A6A6. Windows color (decimal): -4150710 or 4893376. OLE color: 4893376.
HSL color Cylindrical-coordinate representation of color #C0AA4A: hue angle of 48.81º 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 #C0AA4A is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 74 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.25 |
| HSL | 48.81º | 0.48% | 0.52% | - |
| HSV(B) | 48.81º | 0.61% | 0.75% | - |
| XYZ | 37.35 | 40.45 | 12.32 | - |
| YUV | 165.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 74 | 0 | 0.11 | 0.61 | 0.25 | 48.81 | 0.48 | 0.52 |
| Hex | C0 | AA | 4A | 0 | B | 3D | 19 | 31 | 30 | 34 |
| Octal | 300 | 252 | 112 | 0 | 13 | 75 | 31 | 61 | 60 | 64 |
| Binary | 11000000 | 10101010 | 1001010 | 0 | 1011 | 111101 | 11001 | 110001 | 110000 | 110100 |
Color Harmonies of #C0AA4A
Complementary color
Monochromatic Colors of #C0AA4A
Black with #C0AA4A
Text Example
Text Example
White with #C0AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA4A; }
p { color: rgb(192,170,74); }
H1.HeaderClassName
{
color: #C0AA4A;
}
.AnyTagClassName
{
color: #C0AA4A;
}
</style>
background-color css
<style>
a { background-color: #C0AA4A; }
a { background-color: rgb(192,170,74); }
div.DivClassName
{
background-color: #C0AA4A;
}
.BgClassName
{
background-color: #C0AA4A;
}
</style>
border-color css
<style>
span { border-color: #C0AA4A; }
span { border-color: rgb(192,170,74); }
td.TdClassName
{
border-color: #C0AA4A;
}
.TagClassName
{
border-color: #C0AA4A;
}
</style>