Shades of Sundance #CBA248
Tints of Sundance #CBA248
RGB
CMYK
RGB Variations
Color information
#CBA248 (or 0xCBA248) is known color: Sundance. HEX triplet: CB, A2 and 48. RGB value is (203,162,72). Sum of RGB (Red+Green+Blue) = 203+162+72=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA248 is #345DB7. Grayscale: #A4A4A4. Windows color (decimal): -3431864 or 4760267. OLE color: 4760267.
HSL color Cylindrical-coordinate representation of color #CBA248: hue angle of 41.22º 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 #CBA248 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 72 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.20 |
| HSL | 41.22º | 0.56% | 0.54% | - |
| HSV(B) | 41.22º | 0.65% | 0.8% | - |
| XYZ | 38.72 | 39.01 | 11.62 | - |
| YUV | 164 | 76.08 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 72 | 0 | 0.20 | 0.65 | 0.20 | 41.22 | 0.56 | 0.54 |
| Hex | CB | A2 | 48 | 0 | 14 | 41 | 14 | 29 | 38 | 36 |
| Octal | 313 | 242 | 110 | 0 | 24 | 101 | 24 | 51 | 70 | 66 |
| Binary | 11001011 | 10100010 | 1001000 | 0 | 10100 | 1000001 | 10100 | 101001 | 111000 | 110110 |
Color Harmonies of #CBA248
Complementary color
Monochromatic Colors of #CBA248
Black with #CBA248
Text Example
Text Example
White with #CBA248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA248; }
p { color: rgb(203,162,72); }
H1.HeaderClassName
{
color: #CBA248;
}
.AnyTagClassName
{
color: #CBA248;
}
</style>
background-color css
<style>
a { background-color: #CBA248; }
a { background-color: rgb(203,162,72); }
div.DivClassName
{
background-color: #CBA248;
}
.BgClassName
{
background-color: #CBA248;
}
</style>
border-color css
<style>
span { border-color: #CBA248; }
span { border-color: rgb(203,162,72); }
td.TdClassName
{
border-color: #CBA248;
}
.TagClassName
{
border-color: #CBA248;
}
</style>