Shades of Sundance #C0AA56
Tints of Sundance #C0AA56
RGB
CMYK
RGB Variations
Color information
#C0AA56 (or 0xC0AA56) is known color: Sundance. HEX triplet: C0, AA and 56. RGB value is (192,170,86). Sum of RGB (Red+Green+Blue) = 192+170+86=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AA56 is #3F55A9. Grayscale: #A7A7A7. Windows color (decimal): -4150698 or 5679808. OLE color: 5679808.
HSL color Cylindrical-coordinate representation of color #C0AA56: hue angle of 47.55º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0AA56 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 86 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.25 |
| HSL | 47.55º | 0.46% | 0.55% | - |
| HSV(B) | 47.55º | 0.55% | 0.75% | - |
| XYZ | 37.79 | 40.63 | 14.65 | - |
| YUV | 167 | 82.29 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 86 | 0 | 0.11 | 0.55 | 0.25 | 47.55 | 0.46 | 0.55 |
| Hex | C0 | AA | 56 | 0 | B | 37 | 19 | 30 | 2E | 37 |
| Octal | 300 | 252 | 126 | 0 | 13 | 67 | 31 | 60 | 56 | 67 |
| Binary | 11000000 | 10101010 | 1010110 | 0 | 1011 | 110111 | 11001 | 110000 | 101110 | 110111 |
Color Harmonies of #C0AA56
Complementary color
Monochromatic Colors of #C0AA56
Black with #C0AA56
Text Example
Text Example
White with #C0AA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AA56; }
p { color: rgb(192,170,86); }
H1.HeaderClassName
{
color: #C0AA56;
}
.AnyTagClassName
{
color: #C0AA56;
}
</style>
background-color css
<style>
a { background-color: #C0AA56; }
a { background-color: rgb(192,170,86); }
div.DivClassName
{
background-color: #C0AA56;
}
.BgClassName
{
background-color: #C0AA56;
}
</style>
border-color css
<style>
span { border-color: #C0AA56; }
span { border-color: rgb(192,170,86); }
td.TdClassName
{
border-color: #C0AA56;
}
.TagClassName
{
border-color: #C0AA56;
}
</style>