Shades of Sundance #C0A053
Tints of Sundance #C0A053
RGB
CMYK
RGB Variations
Color information
#C0A053 (or 0xC0A053) is known color: Sundance. HEX triplet: C0, A0 and 53. RGB value is (192,160,83). Sum of RGB (Red+Green+Blue) = 192+160+83=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A053 is #3F5FAC. Grayscale: #A1A1A1. Windows color (decimal): -4153261 or 5480640. OLE color: 5480640.
HSL color Cylindrical-coordinate representation of color #C0A053: hue angle of 42.39º degrees, saturation: 0.46, 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 #C0A053 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 83 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.25 |
| HSL | 42.39º | 0.46% | 0.54% | - |
| HSV(B) | 42.39º | 0.57% | 0.75% | - |
| XYZ | 35.87 | 36.97 | 13.43 | - |
| YUV | 160.79 | 84.1 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 83 | 0 | 0.17 | 0.57 | 0.25 | 42.39 | 0.46 | 0.54 |
| Hex | C0 | A0 | 53 | 0 | 11 | 39 | 19 | 2A | 2E | 36 |
| Octal | 300 | 240 | 123 | 0 | 21 | 71 | 31 | 52 | 56 | 66 |
| Binary | 11000000 | 10100000 | 1010011 | 0 | 10001 | 111001 | 11001 | 101010 | 101110 | 110110 |
Color Harmonies of #C0A053
Complementary color
Monochromatic Colors of #C0A053
Black with #C0A053
Text Example
Text Example
White with #C0A053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A053; }
p { color: rgb(192,160,83); }
H1.HeaderClassName
{
color: #C0A053;
}
.AnyTagClassName
{
color: #C0A053;
}
</style>
background-color css
<style>
a { background-color: #C0A053; }
a { background-color: rgb(192,160,83); }
div.DivClassName
{
background-color: #C0A053;
}
.BgClassName
{
background-color: #C0A053;
}
</style>
border-color css
<style>
span { border-color: #C0A053; }
span { border-color: rgb(192,160,83); }
td.TdClassName
{
border-color: #C0A053;
}
.TagClassName
{
border-color: #C0A053;
}
</style>