Shades of Sundance #C0A352
Tints of Sundance #C0A352
RGB
CMYK
RGB Variations
Color information
#C0A352 (or 0xC0A352) is known color: Sundance. HEX triplet: C0, A3 and 52. RGB value is (192,163,82). Sum of RGB (Red+Green+Blue) = 192+163+82=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A352 is #3F5CAD. Grayscale: #A2A2A2. Windows color (decimal): -4152494 or 5415872. OLE color: 5415872.
HSL color Cylindrical-coordinate representation of color #C0A352: hue angle of 44.18º 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 #C0A352 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 82 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.25 |
| HSL | 44.18º | 0.47% | 0.54% | - |
| HSV(B) | 44.18º | 0.57% | 0.75% | - |
| XYZ | 36.36 | 38.01 | 13.4 | - |
| YUV | 162.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 82 | 0 | 0.15 | 0.57 | 0.25 | 44.18 | 0.47 | 0.54 |
| Hex | C0 | A3 | 52 | 0 | F | 39 | 19 | 2C | 2F | 36 |
| Octal | 300 | 243 | 122 | 0 | 17 | 71 | 31 | 54 | 57 | 66 |
| Binary | 11000000 | 10100011 | 1010010 | 0 | 1111 | 111001 | 11001 | 101100 | 101111 | 110110 |
Color Harmonies of #C0A352
Complementary color
Monochromatic Colors of #C0A352
Black with #C0A352
Text Example
Text Example
White with #C0A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A352; }
p { color: rgb(192,163,82); }
H1.HeaderClassName
{
color: #C0A352;
}
.AnyTagClassName
{
color: #C0A352;
}
</style>
background-color css
<style>
a { background-color: #C0A352; }
a { background-color: rgb(192,163,82); }
div.DivClassName
{
background-color: #C0A352;
}
.BgClassName
{
background-color: #C0A352;
}
</style>
border-color css
<style>
span { border-color: #C0A352; }
span { border-color: rgb(192,163,82); }
td.TdClassName
{
border-color: #C0A352;
}
.TagClassName
{
border-color: #C0A352;
}
</style>