Shades of Sundance #CBA853
Tints of Sundance #CBA853
RGB
CMYK
RGB Variations
Color information
#CBA853 (or 0xCBA853) is known color: Sundance. HEX triplet: CB, A8 and 53. RGB value is (203,168,83). Sum of RGB (Red+Green+Blue) = 203+168+83=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA853 is #3457AC. Grayscale: #A9A9A9. Windows color (decimal): -3430317 or 5482699. OLE color: 5482699.
HSL color Cylindrical-coordinate representation of color #CBA853: hue angle of 42.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 #CBA853 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 83 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.20 |
| HSL | 42.5º | 0.54% | 0.56% | - |
| HSV(B) | 42.5º | 0.59% | 0.8% | - |
| XYZ | 40.19 | 41.33 | 14.04 | - |
| YUV | 168.78 | 79.6 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 83 | 0 | 0.17 | 0.59 | 0.20 | 42.5 | 0.54 | 0.56 |
| Hex | CB | A8 | 53 | 0 | 11 | 3B | 14 | 2A | 36 | 38 |
| Octal | 313 | 250 | 123 | 0 | 21 | 73 | 24 | 52 | 66 | 70 |
| Binary | 11001011 | 10101000 | 1010011 | 0 | 10001 | 111011 | 10100 | 101010 | 110110 | 111000 |
Color Harmonies of #CBA853
Complementary color
Monochromatic Colors of #CBA853
Black with #CBA853
Text Example
Text Example
White with #CBA853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA853; }
p { color: rgb(203,168,83); }
H1.HeaderClassName
{
color: #CBA853;
}
.AnyTagClassName
{
color: #CBA853;
}
</style>
background-color css
<style>
a { background-color: #CBA853; }
a { background-color: rgb(203,168,83); }
div.DivClassName
{
background-color: #CBA853;
}
.BgClassName
{
background-color: #CBA853;
}
</style>
border-color css
<style>
span { border-color: #CBA853; }
span { border-color: rgb(203,168,83); }
td.TdClassName
{
border-color: #CBA853;
}
.TagClassName
{
border-color: #CBA853;
}
</style>