Shades of Sundance #C0A852
Tints of Sundance #C0A852
RGB
CMYK
RGB Variations
Color information
#C0A852 (or 0xC0A852) is known color: Sundance. HEX triplet: C0, A8 and 52. RGB value is (192,168,82). Sum of RGB (Red+Green+Blue) = 192+168+82=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A852 is #3F57AD. Grayscale: #A5A5A5. Windows color (decimal): -4151214 or 5417152. OLE color: 5417152.
HSL color Cylindrical-coordinate representation of color #C0A852: hue angle of 46.91º 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 #C0A852 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 168 | 82 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.25 |
| HSL | 46.91º | 0.47% | 0.54% | - |
| HSV(B) | 46.91º | 0.57% | 0.75% | - |
| XYZ | 37.26 | 39.82 | 13.7 | - |
| YUV | 165.37 | 80.95 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 168 | 82 | 0 | 0.12 | 0.57 | 0.25 | 46.91 | 0.47 | 0.54 |
| Hex | C0 | A8 | 52 | 0 | C | 39 | 19 | 2F | 2F | 36 |
| Octal | 300 | 250 | 122 | 0 | 14 | 71 | 31 | 57 | 57 | 66 |
| Binary | 11000000 | 10101000 | 1010010 | 0 | 1100 | 111001 | 11001 | 101111 | 101111 | 110110 |
Color Harmonies of #C0A852
Complementary color
Monochromatic Colors of #C0A852
Black with #C0A852
Text Example
Text Example
White with #C0A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A852; }
p { color: rgb(192,168,82); }
H1.HeaderClassName
{
color: #C0A852;
}
.AnyTagClassName
{
color: #C0A852;
}
</style>
background-color css
<style>
a { background-color: #C0A852; }
a { background-color: rgb(192,168,82); }
div.DivClassName
{
background-color: #C0A852;
}
.BgClassName
{
background-color: #C0A852;
}
</style>
border-color css
<style>
span { border-color: #C0A852; }
span { border-color: rgb(192,168,82); }
td.TdClassName
{
border-color: #C0A852;
}
.TagClassName
{
border-color: #C0A852;
}
</style>