Shades of Sundance #CBB452
Tints of Sundance #CBB452
RGB
CMYK
RGB Variations
Color information
#CBB452 (or 0xCBB452) is known color: Sundance. HEX triplet: CB, B4 and 52. RGB value is (203,180,82). Sum of RGB (Red+Green+Blue) = 203+180+82=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB452 is #344BAD. Grayscale: #B0B0B0. Windows color (decimal): -3427246 or 5420235. OLE color: 5420235.
HSL color Cylindrical-coordinate representation of color #CBB452: hue angle of 48.6º 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 #CBB452 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 82 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.20 |
| HSL | 48.6º | 0.54% | 0.56% | - |
| HSV(B) | 48.6º | 0.6% | 0.8% | - |
| XYZ | 42.47 | 45.95 | 14.61 | - |
| YUV | 175.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 82 | 0 | 0.11 | 0.60 | 0.20 | 48.6 | 0.54 | 0.56 |
| Hex | CB | B4 | 52 | 0 | B | 3C | 14 | 31 | 36 | 38 |
| Octal | 313 | 264 | 122 | 0 | 13 | 74 | 24 | 61 | 66 | 70 |
| Binary | 11001011 | 10110100 | 1010010 | 0 | 1011 | 111100 | 10100 | 110001 | 110110 | 111000 |
Color Harmonies of #CBB452
Complementary color
Monochromatic Colors of #CBB452
Black with #CBB452
Text Example
Text Example
White with #CBB452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB452; }
p { color: rgb(203,180,82); }
H1.HeaderClassName
{
color: #CBB452;
}
.AnyTagClassName
{
color: #CBB452;
}
</style>
background-color css
<style>
a { background-color: #CBB452; }
a { background-color: rgb(203,180,82); }
div.DivClassName
{
background-color: #CBB452;
}
.BgClassName
{
background-color: #CBB452;
}
</style>
border-color css
<style>
span { border-color: #CBB452; }
span { border-color: rgb(203,180,82); }
td.TdClassName
{
border-color: #CBB452;
}
.TagClassName
{
border-color: #CBB452;
}
</style>