Shades of Sundance #CBB453
Tints of Sundance #CBB453
RGB
CMYK
RGB Variations
Color information
#CBB453 (or 0xCBB453) is known color: Sundance. HEX triplet: CB, B4 and 53. RGB value is (203,180,83). Sum of RGB (Red+Green+Blue) = 203+180+83=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB453 is #344BAC. Grayscale: #B0B0B0. Windows color (decimal): -3427245 or 5485771. OLE color: 5485771.
HSL color Cylindrical-coordinate representation of color #CBB453: hue angle of 48.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBB453 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 83 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.20 |
| HSL | 48.5º | 0.54% | 0.56% | - |
| HSV(B) | 48.5º | 0.59% | 0.8% | - |
| XYZ | 42.51 | 45.96 | 14.81 | - |
| YUV | 175.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 83 | 0 | 0.11 | 0.59 | 0.20 | 48.5 | 0.54 | 0.56 |
| Hex | CB | B4 | 53 | 0 | B | 3B | 14 | 30 | 36 | 38 |
| Octal | 313 | 264 | 123 | 0 | 13 | 73 | 24 | 60 | 66 | 70 |
| Binary | 11001011 | 10110100 | 1010011 | 0 | 1011 | 111011 | 10100 | 110000 | 110110 | 111000 |
Color Harmonies of #CBB453
Complementary color
Monochromatic Colors of #CBB453
Black with #CBB453
Text Example
Text Example
White with #CBB453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB453; }
p { color: rgb(203,180,83); }
H1.HeaderClassName
{
color: #CBB453;
}
.AnyTagClassName
{
color: #CBB453;
}
</style>
background-color css
<style>
a { background-color: #CBB453; }
a { background-color: rgb(203,180,83); }
div.DivClassName
{
background-color: #CBB453;
}
.BgClassName
{
background-color: #CBB453;
}
</style>
border-color css
<style>
span { border-color: #CBB453; }
span { border-color: rgb(203,180,83); }
td.TdClassName
{
border-color: #CBB453;
}
.TagClassName
{
border-color: #CBB453;
}
</style>