Shades of Sundance #C0AA54
Tints of Sundance #C0AA54
RGB
CMYK
RGB Variations
Color information
#C0AA54 (or 0xC0AA54) is known color: Sundance. HEX triplet: C0, AA and 54. RGB value is (192,170,84). Sum of RGB (Red+Green+Blue) = 192+170+84=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA54 is #3F55AB. Grayscale: #A7A7A7. Windows color (decimal): -4150700 or 5548736. OLE color: 5548736.
HSL color Cylindrical-coordinate representation of color #C0AA54: hue angle of 47.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0AA54 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 84 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.25 |
| HSL | 47.78º | 0.46% | 0.54% | - |
| HSV(B) | 47.78º | 0.56% | 0.75% | - |
| XYZ | 37.71 | 40.6 | 14.24 | - |
| YUV | 166.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 84 | 0 | 0.11 | 0.56 | 0.25 | 47.78 | 0.46 | 0.54 |
| Hex | C0 | AA | 54 | 0 | B | 38 | 19 | 30 | 2E | 36 |
| Octal | 300 | 252 | 124 | 0 | 13 | 70 | 31 | 60 | 56 | 66 |
| Binary | 11000000 | 10101010 | 1010100 | 0 | 1011 | 111000 | 11001 | 110000 | 101110 | 110110 |
Color Harmonies of #C0AA54
Complementary color
Monochromatic Colors of #C0AA54
Black with #C0AA54
Text Example
Text Example
White with #C0AA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA54; }
p { color: rgb(192,170,84); }
H1.HeaderClassName
{
color: #C0AA54;
}
.AnyTagClassName
{
color: #C0AA54;
}
</style>
background-color css
<style>
a { background-color: #C0AA54; }
a { background-color: rgb(192,170,84); }
div.DivClassName
{
background-color: #C0AA54;
}
.BgClassName
{
background-color: #C0AA54;
}
</style>
border-color css
<style>
span { border-color: #C0AA54; }
span { border-color: rgb(192,170,84); }
td.TdClassName
{
border-color: #C0AA54;
}
.TagClassName
{
border-color: #C0AA54;
}
</style>