Shades of Sundance #CBA852
Tints of Sundance #CBA852
RGB
CMYK
RGB Variations
Color information
#CBA852 (or 0xCBA852) is known color: Sundance. HEX triplet: CB, A8 and 52. RGB value is (203,168,82). Sum of RGB (Red+Green+Blue) = 203+168+82=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA852 is #3457AD. Grayscale: #A9A9A9. Windows color (decimal): -3430318 or 5417163. OLE color: 5417163.
HSL color Cylindrical-coordinate representation of color #CBA852: hue angle of 42.64º 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 #CBA852 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 82 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.20 |
| HSL | 42.64º | 0.54% | 0.56% | - |
| HSV(B) | 42.64º | 0.6% | 0.8% | - |
| XYZ | 40.15 | 41.31 | 13.84 | - |
| YUV | 168.66 | 79.1 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 82 | 0 | 0.17 | 0.60 | 0.20 | 42.64 | 0.54 | 0.56 |
| Hex | CB | A8 | 52 | 0 | 11 | 3C | 14 | 2B | 36 | 38 |
| Octal | 313 | 250 | 122 | 0 | 21 | 74 | 24 | 53 | 66 | 70 |
| Binary | 11001011 | 10101000 | 1010010 | 0 | 10001 | 111100 | 10100 | 101011 | 110110 | 111000 |
Color Harmonies of #CBA852
Complementary color
Monochromatic Colors of #CBA852
Black with #CBA852
Text Example
Text Example
White with #CBA852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA852; }
p { color: rgb(203,168,82); }
H1.HeaderClassName
{
color: #CBA852;
}
.AnyTagClassName
{
color: #CBA852;
}
</style>
background-color css
<style>
a { background-color: #CBA852; }
a { background-color: rgb(203,168,82); }
div.DivClassName
{
background-color: #CBA852;
}
.BgClassName
{
background-color: #CBA852;
}
</style>
border-color css
<style>
span { border-color: #CBA852; }
span { border-color: rgb(203,168,82); }
td.TdClassName
{
border-color: #CBA852;
}
.TagClassName
{
border-color: #CBA852;
}
</style>