Shades of Sundance #CBA653
Tints of Sundance #CBA653
RGB
CMYK
RGB Variations
Color information
#CBA653 (or 0xCBA653) is known color: Sundance. HEX triplet: CB, A6 and 53. RGB value is (203,166,83). Sum of RGB (Red+Green+Blue) = 203+166+83=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA653 is #3459AC. Grayscale: #A7A7A7. Windows color (decimal): -3430829 or 5482187. OLE color: 5482187.
HSL color Cylindrical-coordinate representation of color #CBA653: hue angle of 41.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBA653 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 83 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.20 |
| HSL | 41.5º | 0.54% | 0.56% | - |
| HSV(B) | 41.5º | 0.59% | 0.8% | - |
| XYZ | 39.83 | 40.59 | 13.92 | - |
| YUV | 167.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 83 | 0 | 0.18 | 0.59 | 0.20 | 41.5 | 0.54 | 0.56 |
| Hex | CB | A6 | 53 | 0 | 12 | 3B | 14 | 2A | 36 | 38 |
| Octal | 313 | 246 | 123 | 0 | 22 | 73 | 24 | 52 | 66 | 70 |
| Binary | 11001011 | 10100110 | 1010011 | 0 | 10010 | 111011 | 10100 | 101010 | 110110 | 111000 |
Color Harmonies of #CBA653
Complementary color
Monochromatic Colors of #CBA653
Black with #CBA653
Text Example
Text Example
White with #CBA653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA653; }
p { color: rgb(203,166,83); }
H1.HeaderClassName
{
color: #CBA653;
}
.AnyTagClassName
{
color: #CBA653;
}
</style>
background-color css
<style>
a { background-color: #CBA653; }
a { background-color: rgb(203,166,83); }
div.DivClassName
{
background-color: #CBA653;
}
.BgClassName
{
background-color: #CBA653;
}
</style>
border-color css
<style>
span { border-color: #CBA653; }
span { border-color: rgb(203,166,83); }
td.TdClassName
{
border-color: #CBA653;
}
.TagClassName
{
border-color: #CBA653;
}
</style>