Shades of Sundance #C0AB56
Tints of Sundance #C0AB56
RGB
CMYK
RGB Variations
Color information
#C0AB56 (or 0xC0AB56) is known color: Sundance. HEX triplet: C0, AB and 56. RGB value is (192,171,86). Sum of RGB (Red+Green+Blue) = 192+171+86=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB56 is #3F54A9. Grayscale: #A7A7A7. Windows color (decimal): -4150442 or 5680064. OLE color: 5680064.
HSL color Cylindrical-coordinate representation of color #C0AB56: hue angle of 48.11º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0AB56 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 86 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.25 |
| HSL | 48.11º | 0.46% | 0.55% | - |
| HSV(B) | 48.11º | 0.55% | 0.75% | - |
| XYZ | 37.98 | 41 | 14.72 | - |
| YUV | 167.59 | 81.96 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 86 | 0 | 0.11 | 0.55 | 0.25 | 48.11 | 0.46 | 0.55 |
| Hex | C0 | AB | 56 | 0 | B | 37 | 19 | 30 | 2E | 37 |
| Octal | 300 | 253 | 126 | 0 | 13 | 67 | 31 | 60 | 56 | 67 |
| Binary | 11000000 | 10101011 | 1010110 | 0 | 1011 | 110111 | 11001 | 110000 | 101110 | 110111 |
Color Harmonies of #C0AB56
Complementary color
Monochromatic Colors of #C0AB56
Black with #C0AB56
Text Example
Text Example
White with #C0AB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB56; }
p { color: rgb(192,171,86); }
H1.HeaderClassName
{
color: #C0AB56;
}
.AnyTagClassName
{
color: #C0AB56;
}
</style>
background-color css
<style>
a { background-color: #C0AB56; }
a { background-color: rgb(192,171,86); }
div.DivClassName
{
background-color: #C0AB56;
}
.BgClassName
{
background-color: #C0AB56;
}
</style>
border-color css
<style>
span { border-color: #C0AB56; }
span { border-color: rgb(192,171,86); }
td.TdClassName
{
border-color: #C0AB56;
}
.TagClassName
{
border-color: #C0AB56;
}
</style>