Shades of Sundance #CBA251
Tints of Sundance #CBA251
RGB
CMYK
RGB Variations
Color information
#CBA251 (or 0xCBA251) is known color: Sundance. HEX triplet: CB, A2 and 51. RGB value is (203,162,81). Sum of RGB (Red+Green+Blue) = 203+162+81=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA251 is #345DAE. Grayscale: #A5A5A5. Windows color (decimal): -3431855 or 5350091. OLE color: 5350091.
HSL color Cylindrical-coordinate representation of color #CBA251: hue angle of 39.84º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBA251 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 81 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.20 |
| HSL | 39.84º | 0.54% | 0.56% | - |
| HSV(B) | 39.84º | 0.6% | 0.8% | - |
| XYZ | 39.03 | 39.13 | 13.28 | - |
| YUV | 165.03 | 80.58 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 81 | 0 | 0.20 | 0.60 | 0.20 | 39.84 | 0.54 | 0.56 |
| Hex | CB | A2 | 51 | 0 | 14 | 3C | 14 | 28 | 36 | 38 |
| Octal | 313 | 242 | 121 | 0 | 24 | 74 | 24 | 50 | 66 | 70 |
| Binary | 11001011 | 10100010 | 1010001 | 0 | 10100 | 111100 | 10100 | 101000 | 110110 | 111000 |
Color Harmonies of #CBA251
Complementary color
Monochromatic Colors of #CBA251
Black with #CBA251
Text Example
Text Example
White with #CBA251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA251; }
p { color: rgb(203,162,81); }
H1.HeaderClassName
{
color: #CBA251;
}
.AnyTagClassName
{
color: #CBA251;
}
</style>
background-color css
<style>
a { background-color: #CBA251; }
a { background-color: rgb(203,162,81); }
div.DivClassName
{
background-color: #CBA251;
}
.BgClassName
{
background-color: #CBA251;
}
</style>
border-color css
<style>
span { border-color: #CBA251; }
span { border-color: rgb(203,162,81); }
td.TdClassName
{
border-color: #CBA251;
}
.TagClassName
{
border-color: #CBA251;
}
</style>