Shades of Sundance #C0AA47
Tints of Sundance #C0AA47
RGB
CMYK
RGB Variations
Color information
#C0AA47 (or 0xC0AA47) is known color: Sundance. HEX triplet: C0, AA and 47. RGB value is (192,170,71). Sum of RGB (Red+Green+Blue) = 192+170+71=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA47 is #3F55B8. Grayscale: #A5A5A5. Windows color (decimal): -4150713 or 4696768. OLE color: 4696768.
HSL color Cylindrical-coordinate representation of color #C0AA47: hue angle of 49.09º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0AA47 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 71 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.25 |
| HSL | 49.09º | 0.49% | 0.52% | - |
| HSV(B) | 49.09º | 0.63% | 0.75% | - |
| XYZ | 37.25 | 40.41 | 11.8 | - |
| YUV | 165.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 71 | 0 | 0.11 | 0.63 | 0.25 | 49.09 | 0.49 | 0.52 |
| Hex | C0 | AA | 47 | 0 | B | 3F | 19 | 31 | 31 | 34 |
| Octal | 300 | 252 | 107 | 0 | 13 | 77 | 31 | 61 | 61 | 64 |
| Binary | 11000000 | 10101010 | 1000111 | 0 | 1011 | 111111 | 11001 | 110001 | 110001 | 110100 |
Color Harmonies of #C0AA47
Complementary color
Monochromatic Colors of #C0AA47
Black with #C0AA47
Text Example
Text Example
White with #C0AA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA47; }
p { color: rgb(192,170,71); }
H1.HeaderClassName
{
color: #C0AA47;
}
.AnyTagClassName
{
color: #C0AA47;
}
</style>
background-color css
<style>
a { background-color: #C0AA47; }
a { background-color: rgb(192,170,71); }
div.DivClassName
{
background-color: #C0AA47;
}
.BgClassName
{
background-color: #C0AA47;
}
</style>
border-color css
<style>
span { border-color: #C0AA47; }
span { border-color: rgb(192,170,71); }
td.TdClassName
{
border-color: #C0AA47;
}
.TagClassName
{
border-color: #C0AA47;
}
</style>