Shades of Sundance #C0A054
Tints of Sundance #C0A054
RGB
CMYK
RGB Variations
Color information
#C0A054 (or 0xC0A054) is known color: Sundance. HEX triplet: C0, A0 and 54. RGB value is (192,160,84). Sum of RGB (Red+Green+Blue) = 192+160+84=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A054 is #3F5FAB. Grayscale: #A1A1A1. Windows color (decimal): -4153260 or 5546176. OLE color: 5546176.
HSL color Cylindrical-coordinate representation of color #C0A054: hue angle of 42.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0A054 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 84 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.25 |
| HSL | 42.22º | 0.46% | 0.54% | - |
| HSV(B) | 42.22º | 0.56% | 0.75% | - |
| XYZ | 35.91 | 36.99 | 13.63 | - |
| YUV | 160.9 | 84.6 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 84 | 0 | 0.17 | 0.56 | 0.25 | 42.22 | 0.46 | 0.54 |
| Hex | C0 | A0 | 54 | 0 | 11 | 38 | 19 | 2A | 2E | 36 |
| Octal | 300 | 240 | 124 | 0 | 21 | 70 | 31 | 52 | 56 | 66 |
| Binary | 11000000 | 10100000 | 1010100 | 0 | 10001 | 111000 | 11001 | 101010 | 101110 | 110110 |
Color Harmonies of #C0A054
Complementary color
Monochromatic Colors of #C0A054
Black with #C0A054
Text Example
Text Example
White with #C0A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A054; }
p { color: rgb(192,160,84); }
H1.HeaderClassName
{
color: #C0A054;
}
.AnyTagClassName
{
color: #C0A054;
}
</style>
background-color css
<style>
a { background-color: #C0A054; }
a { background-color: rgb(192,160,84); }
div.DivClassName
{
background-color: #C0A054;
}
.BgClassName
{
background-color: #C0A054;
}
</style>
border-color css
<style>
span { border-color: #C0A054; }
span { border-color: rgb(192,160,84); }
td.TdClassName
{
border-color: #C0A054;
}
.TagClassName
{
border-color: #C0A054;
}
</style>