Shades of Sundance #CBAB51
Tints of Sundance #CBAB51
RGB
CMYK
RGB Variations
Color information
#CBAB51 (or 0xCBAB51) is known color: Sundance. HEX triplet: CB, AB and 51. RGB value is (203,171,81). Sum of RGB (Red+Green+Blue) = 203+171+81=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB51 is #3454AE. Grayscale: #AAAAAA. Windows color (decimal): -3429551 or 5352395. OLE color: 5352395.
HSL color Cylindrical-coordinate representation of color #CBAB51: hue angle of 44.26º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBAB51 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 81 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.20 |
| HSL | 44.26º | 0.54% | 0.56% | - |
| HSV(B) | 44.26º | 0.6% | 0.8% | - |
| XYZ | 40.68 | 42.42 | 13.83 | - |
| YUV | 170.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 81 | 0 | 0.16 | 0.60 | 0.20 | 44.26 | 0.54 | 0.56 |
| Hex | CB | AB | 51 | 0 | 10 | 3C | 14 | 2C | 36 | 38 |
| Octal | 313 | 253 | 121 | 0 | 20 | 74 | 24 | 54 | 66 | 70 |
| Binary | 11001011 | 10101011 | 1010001 | 0 | 10000 | 111100 | 10100 | 101100 | 110110 | 111000 |
Color Harmonies of #CBAB51
Complementary color
Monochromatic Colors of #CBAB51
Black with #CBAB51
Text Example
Text Example
White with #CBAB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB51; }
p { color: rgb(203,171,81); }
H1.HeaderClassName
{
color: #CBAB51;
}
.AnyTagClassName
{
color: #CBAB51;
}
</style>
background-color css
<style>
a { background-color: #CBAB51; }
a { background-color: rgb(203,171,81); }
div.DivClassName
{
background-color: #CBAB51;
}
.BgClassName
{
background-color: #CBAB51;
}
</style>
border-color css
<style>
span { border-color: #CBAB51; }
span { border-color: rgb(203,171,81); }
td.TdClassName
{
border-color: #CBAB51;
}
.TagClassName
{
border-color: #CBAB51;
}
</style>