Shades of Sundance #CBAB4C
Tints of Sundance #CBAB4C
RGB
CMYK
RGB Variations
Color information
#CBAB4C (or 0xCBAB4C) is known color: Sundance. HEX triplet: CB, AB and 4C. RGB value is (203,171,76). Sum of RGB (Red+Green+Blue) = 203+171+76=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB4C is #3454B3. Grayscale: #AAAAAA. Windows color (decimal): -3429556 or 5024715. OLE color: 5024715.
HSL color Cylindrical-coordinate representation of color #CBAB4C: hue angle of 44.88º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBAB4C is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 76 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.20 |
| HSL | 44.88º | 0.55% | 0.55% | - |
| HSV(B) | 44.88º | 0.63% | 0.8% | - |
| XYZ | 40.5 | 42.34 | 12.88 | - |
| YUV | 169.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 76 | 0 | 0.16 | 0.63 | 0.20 | 44.88 | 0.55 | 0.55 |
| Hex | CB | AB | 4C | 0 | 10 | 3F | 14 | 2D | 37 | 37 |
| Octal | 313 | 253 | 114 | 0 | 20 | 77 | 24 | 55 | 67 | 67 |
| Binary | 11001011 | 10101011 | 1001100 | 0 | 10000 | 111111 | 10100 | 101101 | 110111 | 110111 |
Color Harmonies of #CBAB4C
Complementary color
Monochromatic Colors of #CBAB4C
Black with #CBAB4C
Text Example
Text Example
White with #CBAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB4C; }
p { color: rgb(203,171,76); }
H1.HeaderClassName
{
color: #CBAB4C;
}
.AnyTagClassName
{
color: #CBAB4C;
}
</style>
background-color css
<style>
a { background-color: #CBAB4C; }
a { background-color: rgb(203,171,76); }
div.DivClassName
{
background-color: #CBAB4C;
}
.BgClassName
{
background-color: #CBAB4C;
}
</style>
border-color css
<style>
span { border-color: #CBAB4C; }
span { border-color: rgb(203,171,76); }
td.TdClassName
{
border-color: #CBAB4C;
}
.TagClassName
{
border-color: #CBAB4C;
}
</style>