Shades of Sundance #CBB053
Tints of Sundance #CBB053
RGB
CMYK
RGB Variations
Color information
#CBB053 (or 0xCBB053) is known color: Sundance. HEX triplet: CB, B0 and 53. RGB value is (203,176,83). Sum of RGB (Red+Green+Blue) = 203+176+83=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB053 is #344FAC. Grayscale: #ADADAD. Windows color (decimal): -3428269 or 5484747. OLE color: 5484747.
HSL color Cylindrical-coordinate representation of color #CBB053: hue angle of 46.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 #CBB053 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 83 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.20 |
| HSL | 46.5º | 0.54% | 0.56% | - |
| HSV(B) | 46.5º | 0.59% | 0.8% | - |
| XYZ | 41.72 | 44.37 | 14.55 | - |
| YUV | 173.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 83 | 0 | 0.13 | 0.59 | 0.20 | 46.5 | 0.54 | 0.56 |
| Hex | CB | B0 | 53 | 0 | D | 3B | 14 | 2E | 36 | 38 |
| Octal | 313 | 260 | 123 | 0 | 15 | 73 | 24 | 56 | 66 | 70 |
| Binary | 11001011 | 10110000 | 1010011 | 0 | 1101 | 111011 | 10100 | 101110 | 110110 | 111000 |
Color Harmonies of #CBB053
Complementary color
Monochromatic Colors of #CBB053
Black with #CBB053
Text Example
Text Example
White with #CBB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB053; }
p { color: rgb(203,176,83); }
H1.HeaderClassName
{
color: #CBB053;
}
.AnyTagClassName
{
color: #CBB053;
}
</style>
background-color css
<style>
a { background-color: #CBB053; }
a { background-color: rgb(203,176,83); }
div.DivClassName
{
background-color: #CBB053;
}
.BgClassName
{
background-color: #CBB053;
}
</style>
border-color css
<style>
span { border-color: #CBB053; }
span { border-color: rgb(203,176,83); }
td.TdClassName
{
border-color: #CBB053;
}
.TagClassName
{
border-color: #CBB053;
}
</style>