Shades of Sundance #CBA048
Tints of Sundance #CBA048
RGB
CMYK
RGB Variations
Color information
#CBA048 (or 0xCBA048) is known color: Sundance. HEX triplet: CB, A0 and 48. RGB value is (203,160,72). Sum of RGB (Red+Green+Blue) = 203+160+72=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA048 is #345FB7. Grayscale: #A3A3A3. Windows color (decimal): -3432376 or 4759755. OLE color: 4759755.
HSL color Cylindrical-coordinate representation of color #CBA048: hue angle of 40.31º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBA048 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 72 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.20 |
| HSL | 40.31º | 0.56% | 0.54% | - |
| HSV(B) | 40.31º | 0.65% | 0.8% | - |
| XYZ | 38.37 | 38.31 | 11.5 | - |
| YUV | 162.83 | 76.75 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 72 | 0 | 0.21 | 0.65 | 0.20 | 40.31 | 0.56 | 0.54 |
| Hex | CB | A0 | 48 | 0 | 15 | 41 | 14 | 28 | 38 | 36 |
| Octal | 313 | 240 | 110 | 0 | 25 | 101 | 24 | 50 | 70 | 66 |
| Binary | 11001011 | 10100000 | 1001000 | 0 | 10101 | 1000001 | 10100 | 101000 | 111000 | 110110 |
Color Harmonies of #CBA048
Complementary color
Monochromatic Colors of #CBA048
Black with #CBA048
Text Example
Text Example
White with #CBA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA048; }
p { color: rgb(203,160,72); }
H1.HeaderClassName
{
color: #CBA048;
}
.AnyTagClassName
{
color: #CBA048;
}
</style>
background-color css
<style>
a { background-color: #CBA048; }
a { background-color: rgb(203,160,72); }
div.DivClassName
{
background-color: #CBA048;
}
.BgClassName
{
background-color: #CBA048;
}
</style>
border-color css
<style>
span { border-color: #CBA048; }
span { border-color: rgb(203,160,72); }
td.TdClassName
{
border-color: #CBA048;
}
.TagClassName
{
border-color: #CBA048;
}
</style>