Shades of Sundance #C0A653
Tints of Sundance #C0A653
RGB
CMYK
RGB Variations
Color information
#C0A653 (or 0xC0A653) is known color: Sundance. HEX triplet: C0, A6 and 53. RGB value is (192,166,83). Sum of RGB (Red+Green+Blue) = 192+166+83=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A653 is #3F59AC. Grayscale: #A4A4A4. Windows color (decimal): -4151725 or 5482176. OLE color: 5482176.
HSL color Cylindrical-coordinate representation of color #C0A653: hue angle of 45.69º 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 #C0A653 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 83 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.25 |
| HSL | 45.69º | 0.46% | 0.54% | - |
| HSV(B) | 45.69º | 0.57% | 0.75% | - |
| XYZ | 36.94 | 39.1 | 13.78 | - |
| YUV | 164.31 | 82.11 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 83 | 0 | 0.14 | 0.57 | 0.25 | 45.69 | 0.46 | 0.54 |
| Hex | C0 | A6 | 53 | 0 | E | 39 | 19 | 2E | 2E | 36 |
| Octal | 300 | 246 | 123 | 0 | 16 | 71 | 31 | 56 | 56 | 66 |
| Binary | 11000000 | 10100110 | 1010011 | 0 | 1110 | 111001 | 11001 | 101110 | 101110 | 110110 |
Color Harmonies of #C0A653
Complementary color
Monochromatic Colors of #C0A653
Black with #C0A653
Text Example
Text Example
White with #C0A653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A653; }
p { color: rgb(192,166,83); }
H1.HeaderClassName
{
color: #C0A653;
}
.AnyTagClassName
{
color: #C0A653;
}
</style>
background-color css
<style>
a { background-color: #C0A653; }
a { background-color: rgb(192,166,83); }
div.DivClassName
{
background-color: #C0A653;
}
.BgClassName
{
background-color: #C0A653;
}
</style>
border-color css
<style>
span { border-color: #C0A653; }
span { border-color: rgb(192,166,83); }
td.TdClassName
{
border-color: #C0A653;
}
.TagClassName
{
border-color: #C0A653;
}
</style>