Shades of Sundance #C0A252
Tints of Sundance #C0A252
RGB
CMYK
RGB Variations
Color information
#C0A252 (or 0xC0A252) is known color: Sundance. HEX triplet: C0, A2 and 52. RGB value is (192,162,82). Sum of RGB (Red+Green+Blue) = 192+162+82=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A252 is #3F5DAD. Grayscale: #A2A2A2. Windows color (decimal): -4152750 or 5415616. OLE color: 5415616.
HSL color Cylindrical-coordinate representation of color #C0A252: hue angle of 43.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0A252 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 82 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.25 |
| HSL | 43.64º | 0.47% | 0.54% | - |
| HSV(B) | 43.64º | 0.57% | 0.75% | - |
| XYZ | 36.18 | 37.66 | 13.34 | - |
| YUV | 161.85 | 82.94 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 82 | 0 | 0.16 | 0.57 | 0.25 | 43.64 | 0.47 | 0.54 |
| Hex | C0 | A2 | 52 | 0 | 10 | 39 | 19 | 2C | 2F | 36 |
| Octal | 300 | 242 | 122 | 0 | 20 | 71 | 31 | 54 | 57 | 66 |
| Binary | 11000000 | 10100010 | 1010010 | 0 | 10000 | 111001 | 11001 | 101100 | 101111 | 110110 |
Color Harmonies of #C0A252
Complementary color
Monochromatic Colors of #C0A252
Black with #C0A252
Text Example
Text Example
White with #C0A252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A252; }
p { color: rgb(192,162,82); }
H1.HeaderClassName
{
color: #C0A252;
}
.AnyTagClassName
{
color: #C0A252;
}
</style>
background-color css
<style>
a { background-color: #C0A252; }
a { background-color: rgb(192,162,82); }
div.DivClassName
{
background-color: #C0A252;
}
.BgClassName
{
background-color: #C0A252;
}
</style>
border-color css
<style>
span { border-color: #C0A252; }
span { border-color: rgb(192,162,82); }
td.TdClassName
{
border-color: #C0A252;
}
.TagClassName
{
border-color: #C0A252;
}
</style>