Shades of Deco #CBC885
Tints of Deco #CBC885
RGB
CMYK
RGB Variations
Color information
#CBC885 (or 0xCBC885) is known color: Deco. HEX triplet: CB, C8 and 85. RGB value is (203,200,133). Sum of RGB (Red+Green+Blue) = 203+200+133=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC885 is #34377A. Grayscale: #C1C1C1. Windows color (decimal): -3422075 or 8767691. OLE color: 8767691.
HSL color Cylindrical-coordinate representation of color #CBC885: hue angle of 57.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBC885 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 133 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.20 |
| HSL | 57.43º | 0.4% | 0.66% | - |
| HSV(B) | 57.43º | 0.34% | 0.8% | - |
| XYZ | 49.52 | 55.7 | 30.33 | - |
| YUV | 193.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 133 | 0 | 0.01 | 0.34 | 0.20 | 57.43 | 0.4 | 0.66 |
| Hex | CB | C8 | 85 | 0 | 1 | 22 | 14 | 39 | 28 | 42 |
| Octal | 313 | 310 | 205 | 0 | 1 | 42 | 24 | 71 | 50 | 102 |
| Binary | 11001011 | 11001000 | 10000101 | 0 | 1 | 100010 | 10100 | 111001 | 101000 | 1000010 |
Color Harmonies of #CBC885
Complementary color
Monochromatic Colors of #CBC885
Black with #CBC885
Text Example
Text Example
White with #CBC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC885; }
p { color: rgb(203,200,133); }
H1.HeaderClassName
{
color: #CBC885;
}
.AnyTagClassName
{
color: #CBC885;
}
</style>
background-color css
<style>
a { background-color: #CBC885; }
a { background-color: rgb(203,200,133); }
div.DivClassName
{
background-color: #CBC885;
}
.BgClassName
{
background-color: #CBC885;
}
</style>
border-color css
<style>
span { border-color: #CBC885; }
span { border-color: rgb(203,200,133); }
td.TdClassName
{
border-color: #CBC885;
}
.TagClassName
{
border-color: #CBC885;
}
</style>