Shades of Sundance #C0AB55
Tints of Sundance #C0AB55
RGB
CMYK
RGB Variations
Color information
#C0AB55 (or 0xC0AB55) is known color: Sundance. HEX triplet: C0, AB and 55. RGB value is (192,171,85). Sum of RGB (Red+Green+Blue) = 192+171+85=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB55 is #3F54AA. Grayscale: #A7A7A7. Windows color (decimal): -4150443 or 5614528. OLE color: 5614528.
HSL color Cylindrical-coordinate representation of color #C0AB55: hue angle of 48.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 #C0AB55 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 85 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.25 |
| HSL | 48.22º | 0.46% | 0.54% | - |
| HSV(B) | 48.22º | 0.56% | 0.75% | - |
| XYZ | 37.94 | 40.99 | 14.51 | - |
| YUV | 167.48 | 81.46 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 85 | 0 | 0.11 | 0.56 | 0.25 | 48.22 | 0.46 | 0.54 |
| Hex | C0 | AB | 55 | 0 | B | 38 | 19 | 30 | 2E | 36 |
| Octal | 300 | 253 | 125 | 0 | 13 | 70 | 31 | 60 | 56 | 66 |
| Binary | 11000000 | 10101011 | 1010101 | 0 | 1011 | 111000 | 11001 | 110000 | 101110 | 110110 |
Color Harmonies of #C0AB55
Complementary color
Monochromatic Colors of #C0AB55
Black with #C0AB55
Text Example
Text Example
White with #C0AB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB55; }
p { color: rgb(192,171,85); }
H1.HeaderClassName
{
color: #C0AB55;
}
.AnyTagClassName
{
color: #C0AB55;
}
</style>
background-color css
<style>
a { background-color: #C0AB55; }
a { background-color: rgb(192,171,85); }
div.DivClassName
{
background-color: #C0AB55;
}
.BgClassName
{
background-color: #C0AB55;
}
</style>
border-color css
<style>
span { border-color: #C0AB55; }
span { border-color: rgb(192,171,85); }
td.TdClassName
{
border-color: #C0AB55;
}
.TagClassName
{
border-color: #C0AB55;
}
</style>