Shades of Sundance #C0AB4F
Tints of Sundance #C0AB4F
RGB
CMYK
RGB Variations
Color information
#C0AB4F (or 0xC0AB4F) is known color: Sundance. HEX triplet: C0, AB and 4F. RGB value is (192,171,79). Sum of RGB (Red+Green+Blue) = 192+171+79=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AB4F is #3F54B0. Grayscale: #A7A7A7. Windows color (decimal): -4150449 or 5221312. OLE color: 5221312.
HSL color Cylindrical-coordinate representation of color #C0AB4F: hue angle of 48.85º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0AB4F is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 79 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.25 |
| HSL | 48.85º | 0.47% | 0.53% | - |
| HSV(B) | 48.85º | 0.59% | 0.75% | - |
| XYZ | 37.71 | 40.9 | 13.3 | - |
| YUV | 166.79 | 78.46 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 79 | 0 | 0.11 | 0.59 | 0.25 | 48.85 | 0.47 | 0.53 |
| Hex | C0 | AB | 4F | 0 | B | 3B | 19 | 31 | 2F | 35 |
| Octal | 300 | 253 | 117 | 0 | 13 | 73 | 31 | 61 | 57 | 65 |
| Binary | 11000000 | 10101011 | 1001111 | 0 | 1011 | 111011 | 11001 | 110001 | 101111 | 110101 |
Color Harmonies of #C0AB4F
Complementary color
Monochromatic Colors of #C0AB4F
Black with #C0AB4F
Text Example
Text Example
White with #C0AB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AB4F; }
p { color: rgb(192,171,79); }
H1.HeaderClassName
{
color: #C0AB4F;
}
.AnyTagClassName
{
color: #C0AB4F;
}
</style>
background-color css
<style>
a { background-color: #C0AB4F; }
a { background-color: rgb(192,171,79); }
div.DivClassName
{
background-color: #C0AB4F;
}
.BgClassName
{
background-color: #C0AB4F;
}
</style>
border-color css
<style>
span { border-color: #C0AB4F; }
span { border-color: rgb(192,171,79); }
td.TdClassName
{
border-color: #C0AB4F;
}
.TagClassName
{
border-color: #C0AB4F;
}
</style>