Shades of Sundance #C4AB51
Tints of Sundance #C4AB51
RGB
CMYK
RGB Variations
Color information
#C4AB51 (or 0xC4AB51) is known color: Sundance. HEX triplet: C4, AB and 51. RGB value is (196,171,81). Sum of RGB (Red+Green+Blue) = 196+171+81=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB51 is #3B54AE. Grayscale: #A8A8A8. Windows color (decimal): -3888303 or 5352388. OLE color: 5352388.
HSL color Cylindrical-coordinate representation of color #C4AB51: hue angle of 46.96º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4AB51 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 81 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.23 |
| HSL | 46.96º | 0.49% | 0.54% | - |
| HSV(B) | 46.96º | 0.59% | 0.77% | - |
| XYZ | 38.81 | 41.46 | 13.74 | - |
| YUV | 168.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 81 | 0 | 0.13 | 0.59 | 0.23 | 46.96 | 0.49 | 0.54 |
| Hex | C4 | AB | 51 | 0 | D | 3B | 17 | 2F | 31 | 36 |
| Octal | 304 | 253 | 121 | 0 | 15 | 73 | 27 | 57 | 61 | 66 |
| Binary | 11000100 | 10101011 | 1010001 | 0 | 1101 | 111011 | 10111 | 101111 | 110001 | 110110 |
Color Harmonies of #C4AB51
Complementary color
Monochromatic Colors of #C4AB51
Black with #C4AB51
Text Example
Text Example
White with #C4AB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB51; }
p { color: rgb(196,171,81); }
H1.HeaderClassName
{
color: #C4AB51;
}
.AnyTagClassName
{
color: #C4AB51;
}
</style>
background-color css
<style>
a { background-color: #C4AB51; }
a { background-color: rgb(196,171,81); }
div.DivClassName
{
background-color: #C4AB51;
}
.BgClassName
{
background-color: #C4AB51;
}
</style>
border-color css
<style>
span { border-color: #C4AB51; }
span { border-color: rgb(196,171,81); }
td.TdClassName
{
border-color: #C4AB51;
}
.TagClassName
{
border-color: #C4AB51;
}
</style>