Shades of Sundance #CBA951
Tints of Sundance #CBA951
RGB
CMYK
RGB Variations
Color information
#CBA951 (or 0xCBA951) is known color: Sundance. HEX triplet: CB, A9 and 51. RGB value is (203,169,81). Sum of RGB (Red+Green+Blue) = 203+169+81=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA951 is #3456AE. Grayscale: #A9A9A9. Windows color (decimal): -3430063 or 5351883. OLE color: 5351883.
HSL color Cylindrical-coordinate representation of color #CBA951: hue angle of 43.28º 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 #CBA951 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 81 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.20 |
| HSL | 43.28º | 0.54% | 0.56% | - |
| HSV(B) | 43.28º | 0.6% | 0.8% | - |
| XYZ | 40.3 | 41.67 | 13.7 | - |
| YUV | 169.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 81 | 0 | 0.17 | 0.60 | 0.20 | 43.28 | 0.54 | 0.56 |
| Hex | CB | A9 | 51 | 0 | 11 | 3C | 14 | 2B | 36 | 38 |
| Octal | 313 | 251 | 121 | 0 | 21 | 74 | 24 | 53 | 66 | 70 |
| Binary | 11001011 | 10101001 | 1010001 | 0 | 10001 | 111100 | 10100 | 101011 | 110110 | 111000 |
Color Harmonies of #CBA951
Complementary color
Monochromatic Colors of #CBA951
Black with #CBA951
Text Example
Text Example
White with #CBA951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA951; }
p { color: rgb(203,169,81); }
H1.HeaderClassName
{
color: #CBA951;
}
.AnyTagClassName
{
color: #CBA951;
}
</style>
background-color css
<style>
a { background-color: #CBA951; }
a { background-color: rgb(203,169,81); }
div.DivClassName
{
background-color: #CBA951;
}
.BgClassName
{
background-color: #CBA951;
}
</style>
border-color css
<style>
span { border-color: #CBA951; }
span { border-color: rgb(203,169,81); }
td.TdClassName
{
border-color: #CBA951;
}
.TagClassName
{
border-color: #CBA951;
}
</style>