Shades of Sundance #CBA049
Tints of Sundance #CBA049
RGB
CMYK
RGB Variations
Color information
#CBA049 (or 0xCBA049) is known color: Sundance. HEX triplet: CB, A0 and 49. RGB value is (203,160,73). Sum of RGB (Red+Green+Blue) = 203+160+73=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA049 is #345FB6. Grayscale: #A3A3A3. Windows color (decimal): -3432375 or 4825291. OLE color: 4825291.
HSL color Cylindrical-coordinate representation of color #CBA049: hue angle of 40.15º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBA049 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 73 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.20 |
| HSL | 40.15º | 0.56% | 0.54% | - |
| HSV(B) | 40.15º | 0.64% | 0.8% | - |
| XYZ | 38.4 | 38.32 | 11.68 | - |
| YUV | 162.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 73 | 0 | 0.21 | 0.64 | 0.20 | 40.15 | 0.56 | 0.54 |
| Hex | CB | A0 | 49 | 0 | 15 | 40 | 14 | 28 | 38 | 36 |
| Octal | 313 | 240 | 111 | 0 | 25 | 100 | 24 | 50 | 70 | 66 |
| Binary | 11001011 | 10100000 | 1001001 | 0 | 10101 | 1000000 | 10100 | 101000 | 111000 | 110110 |
Color Harmonies of #CBA049
Complementary color
Monochromatic Colors of #CBA049
Black with #CBA049
Text Example
Text Example
White with #CBA049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA049; }
p { color: rgb(203,160,73); }
H1.HeaderClassName
{
color: #CBA049;
}
.AnyTagClassName
{
color: #CBA049;
}
</style>
background-color css
<style>
a { background-color: #CBA049; }
a { background-color: rgb(203,160,73); }
div.DivClassName
{
background-color: #CBA049;
}
.BgClassName
{
background-color: #CBA049;
}
</style>
border-color css
<style>
span { border-color: #CBA049; }
span { border-color: rgb(203,160,73); }
td.TdClassName
{
border-color: #CBA049;
}
.TagClassName
{
border-color: #CBA049;
}
</style>