Shades of Sundance #C0A655
Tints of Sundance #C0A655
RGB
CMYK
RGB Variations
Color information
#C0A655 (or 0xC0A655) is known color: Sundance. HEX triplet: C0, A6 and 55. RGB value is (192,166,85). Sum of RGB (Red+Green+Blue) = 192+166+85=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A655 is #3F59AA. Grayscale: #A4A4A4. Windows color (decimal): -4151723 or 5613248. OLE color: 5613248.
HSL color Cylindrical-coordinate representation of color #C0A655: hue angle of 45.42º 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 #C0A655 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 85 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.25 |
| HSL | 45.42º | 0.46% | 0.54% | - |
| HSV(B) | 45.42º | 0.56% | 0.75% | - |
| XYZ | 37.01 | 39.13 | 14.2 | - |
| YUV | 164.54 | 83.11 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 85 | 0 | 0.14 | 0.56 | 0.25 | 45.42 | 0.46 | 0.54 |
| Hex | C0 | A6 | 55 | 0 | E | 38 | 19 | 2D | 2E | 36 |
| Octal | 300 | 246 | 125 | 0 | 16 | 70 | 31 | 55 | 56 | 66 |
| Binary | 11000000 | 10100110 | 1010101 | 0 | 1110 | 111000 | 11001 | 101101 | 101110 | 110110 |
Color Harmonies of #C0A655
Complementary color
Monochromatic Colors of #C0A655
Black with #C0A655
Text Example
Text Example
White with #C0A655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A655; }
p { color: rgb(192,166,85); }
H1.HeaderClassName
{
color: #C0A655;
}
.AnyTagClassName
{
color: #C0A655;
}
</style>
background-color css
<style>
a { background-color: #C0A655; }
a { background-color: rgb(192,166,85); }
div.DivClassName
{
background-color: #C0A655;
}
.BgClassName
{
background-color: #C0A655;
}
</style>
border-color css
<style>
span { border-color: #C0A655; }
span { border-color: rgb(192,166,85); }
td.TdClassName
{
border-color: #C0A655;
}
.TagClassName
{
border-color: #C0A655;
}
</style>