Shades of Sundance #CBA752
Tints of Sundance #CBA752
RGB
CMYK
RGB Variations
Color information
#CBA752 (or 0xCBA752) is known color: Sundance. HEX triplet: CB, A7 and 52. RGB value is (203,167,82). Sum of RGB (Red+Green+Blue) = 203+167+82=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA752 is #3458AD. Grayscale: #A8A8A8. Windows color (decimal): -3430574 or 5416907. OLE color: 5416907.
HSL color Cylindrical-coordinate representation of color #CBA752: hue angle of 42.15º 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 #CBA752 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 82 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.20 |
| HSL | 42.15º | 0.54% | 0.56% | - |
| HSV(B) | 42.15º | 0.6% | 0.8% | - |
| XYZ | 39.97 | 40.94 | 13.78 | - |
| YUV | 168.07 | 79.43 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 82 | 0 | 0.18 | 0.60 | 0.20 | 42.15 | 0.54 | 0.56 |
| Hex | CB | A7 | 52 | 0 | 12 | 3C | 14 | 2A | 36 | 38 |
| Octal | 313 | 247 | 122 | 0 | 22 | 74 | 24 | 52 | 66 | 70 |
| Binary | 11001011 | 10100111 | 1010010 | 0 | 10010 | 111100 | 10100 | 101010 | 110110 | 111000 |
Color Harmonies of #CBA752
Complementary color
Monochromatic Colors of #CBA752
Black with #CBA752
Text Example
Text Example
White with #CBA752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA752; }
p { color: rgb(203,167,82); }
H1.HeaderClassName
{
color: #CBA752;
}
.AnyTagClassName
{
color: #CBA752;
}
</style>
background-color css
<style>
a { background-color: #CBA752; }
a { background-color: rgb(203,167,82); }
div.DivClassName
{
background-color: #CBA752;
}
.BgClassName
{
background-color: #CBA752;
}
</style>
border-color css
<style>
span { border-color: #CBA752; }
span { border-color: rgb(203,167,82); }
td.TdClassName
{
border-color: #CBA752;
}
.TagClassName
{
border-color: #CBA752;
}
</style>