Shades of Sundance #C8AB51
Tints of Sundance #C8AB51
RGB
CMYK
RGB Variations
Color information
#C8AB51 (or 0xC8AB51) is known color: Sundance. HEX triplet: C8, AB and 51. RGB value is (200,171,81). Sum of RGB (Red+Green+Blue) = 200+171+81=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB51 is #3754AE. Grayscale: #A9A9A9. Windows color (decimal): -3626159 or 5352392. OLE color: 5352392.
HSL color Cylindrical-coordinate representation of color #C8AB51: hue angle of 45.38º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8AB51 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 81 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.22 |
| HSL | 45.38º | 0.52% | 0.55% | - |
| HSV(B) | 45.38º | 0.6% | 0.78% | - |
| XYZ | 39.87 | 42 | 13.79 | - |
| YUV | 169.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 81 | 0 | 0.14 | 0.59 | 0.22 | 45.38 | 0.52 | 0.55 |
| Hex | C8 | AB | 51 | 0 | E | 3B | 16 | 2D | 34 | 37 |
| Octal | 310 | 253 | 121 | 0 | 16 | 73 | 26 | 55 | 64 | 67 |
| Binary | 11001000 | 10101011 | 1010001 | 0 | 1110 | 111011 | 10110 | 101101 | 110100 | 110111 |
Color Harmonies of #C8AB51
Complementary color
Monochromatic Colors of #C8AB51
Black with #C8AB51
Text Example
Text Example
White with #C8AB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB51; }
p { color: rgb(200,171,81); }
H1.HeaderClassName
{
color: #C8AB51;
}
.AnyTagClassName
{
color: #C8AB51;
}
</style>
background-color css
<style>
a { background-color: #C8AB51; }
a { background-color: rgb(200,171,81); }
div.DivClassName
{
background-color: #C8AB51;
}
.BgClassName
{
background-color: #C8AB51;
}
</style>
border-color css
<style>
span { border-color: #C8AB51; }
span { border-color: rgb(200,171,81); }
td.TdClassName
{
border-color: #C8AB51;
}
.TagClassName
{
border-color: #C8AB51;
}
</style>