Shades of Sundance #CBB652
Tints of Sundance #CBB652
RGB
CMYK
RGB Variations
Color information
#CBB652 (or 0xCBB652) is known color: Sundance. HEX triplet: CB, B6 and 52. RGB value is (203,182,82). Sum of RGB (Red+Green+Blue) = 203+182+82=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB652 is #3449AD. Grayscale: #B1B1B1. Windows color (decimal): -3426734 or 5420747. OLE color: 5420747.
HSL color Cylindrical-coordinate representation of color #CBB652: hue angle of 49.59º 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 #CBB652 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 82 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.20 |
| HSL | 49.59º | 0.54% | 0.56% | - |
| HSV(B) | 49.59º | 0.6% | 0.8% | - |
| XYZ | 42.88 | 46.76 | 14.75 | - |
| YUV | 176.88 | 74.46 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 82 | 0 | 0.10 | 0.60 | 0.20 | 49.59 | 0.54 | 0.56 |
| Hex | CB | B6 | 52 | 0 | A | 3C | 14 | 32 | 36 | 38 |
| Octal | 313 | 266 | 122 | 0 | 12 | 74 | 24 | 62 | 66 | 70 |
| Binary | 11001011 | 10110110 | 1010010 | 0 | 1010 | 111100 | 10100 | 110010 | 110110 | 111000 |
Color Harmonies of #CBB652
Complementary color
Monochromatic Colors of #CBB652
Black with #CBB652
Text Example
Text Example
White with #CBB652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB652; }
p { color: rgb(203,182,82); }
H1.HeaderClassName
{
color: #CBB652;
}
.AnyTagClassName
{
color: #CBB652;
}
</style>
background-color css
<style>
a { background-color: #CBB652; }
a { background-color: rgb(203,182,82); }
div.DivClassName
{
background-color: #CBB652;
}
.BgClassName
{
background-color: #CBB652;
}
</style>
border-color css
<style>
span { border-color: #CBB652; }
span { border-color: rgb(203,182,82); }
td.TdClassName
{
border-color: #CBB652;
}
.TagClassName
{
border-color: #CBB652;
}
</style>