Shades of Sundance #CBA249
Tints of Sundance #CBA249
RGB
CMYK
RGB Variations
Color information
#CBA249 (or 0xCBA249) is known color: Sundance. HEX triplet: CB, A2 and 49. RGB value is (203,162,73). Sum of RGB (Red+Green+Blue) = 203+162+73=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA249 is #345DB6. Grayscale: #A4A4A4. Windows color (decimal): -3431863 or 4825803. OLE color: 4825803.
HSL color Cylindrical-coordinate representation of color #CBA249: hue angle of 41.08º 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 #CBA249 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 73 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.20 |
| HSL | 41.08º | 0.56% | 0.54% | - |
| HSV(B) | 41.08º | 0.64% | 0.8% | - |
| XYZ | 38.75 | 39.02 | 11.79 | - |
| YUV | 164.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 73 | 0 | 0.20 | 0.64 | 0.20 | 41.08 | 0.56 | 0.54 |
| Hex | CB | A2 | 49 | 0 | 14 | 40 | 14 | 29 | 38 | 36 |
| Octal | 313 | 242 | 111 | 0 | 24 | 100 | 24 | 51 | 70 | 66 |
| Binary | 11001011 | 10100010 | 1001001 | 0 | 10100 | 1000000 | 10100 | 101001 | 111000 | 110110 |
Color Harmonies of #CBA249
Complementary color
Monochromatic Colors of #CBA249
Black with #CBA249
Text Example
Text Example
White with #CBA249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA249; }
p { color: rgb(203,162,73); }
H1.HeaderClassName
{
color: #CBA249;
}
.AnyTagClassName
{
color: #CBA249;
}
</style>
background-color css
<style>
a { background-color: #CBA249; }
a { background-color: rgb(203,162,73); }
div.DivClassName
{
background-color: #CBA249;
}
.BgClassName
{
background-color: #CBA249;
}
</style>
border-color css
<style>
span { border-color: #CBA249; }
span { border-color: rgb(203,162,73); }
td.TdClassName
{
border-color: #CBA249;
}
.TagClassName
{
border-color: #CBA249;
}
</style>