Shades of Sundance #CBA652
Tints of Sundance #CBA652
RGB
CMYK
RGB Variations
Color information
#CBA652 (or 0xCBA652) is known color: Sundance. HEX triplet: CB, A6 and 52. RGB value is (203,166,82). Sum of RGB (Red+Green+Blue) = 203+166+82=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA652 is #3459AD. Grayscale: #A7A7A7. Windows color (decimal): -3430830 or 5416651. OLE color: 5416651.
HSL color Cylindrical-coordinate representation of color #CBA652: hue angle of 41.65º 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 #CBA652 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 82 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.20 |
| HSL | 41.65º | 0.54% | 0.56% | - |
| HSV(B) | 41.65º | 0.6% | 0.8% | - |
| XYZ | 39.79 | 40.58 | 13.72 | - |
| YUV | 167.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 82 | 0 | 0.18 | 0.60 | 0.20 | 41.65 | 0.54 | 0.56 |
| Hex | CB | A6 | 52 | 0 | 12 | 3C | 14 | 2A | 36 | 38 |
| Octal | 313 | 246 | 122 | 0 | 22 | 74 | 24 | 52 | 66 | 70 |
| Binary | 11001011 | 10100110 | 1010010 | 0 | 10010 | 111100 | 10100 | 101010 | 110110 | 111000 |
Color Harmonies of #CBA652
Complementary color
Monochromatic Colors of #CBA652
Black with #CBA652
Text Example
Text Example
White with #CBA652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA652; }
p { color: rgb(203,166,82); }
H1.HeaderClassName
{
color: #CBA652;
}
.AnyTagClassName
{
color: #CBA652;
}
</style>
background-color css
<style>
a { background-color: #CBA652; }
a { background-color: rgb(203,166,82); }
div.DivClassName
{
background-color: #CBA652;
}
.BgClassName
{
background-color: #CBA652;
}
</style>
border-color css
<style>
span { border-color: #CBA652; }
span { border-color: rgb(203,166,82); }
td.TdClassName
{
border-color: #CBA652;
}
.TagClassName
{
border-color: #CBA652;
}
</style>