Shades of Deco #CBC88B
Tints of Deco #CBC88B
RGB
CMYK
RGB Variations
Color information
#CBC88B (or 0xCBC88B) is known color: Deco. HEX triplet: CB, C8 and 8B. RGB value is (203,200,139). Sum of RGB (Red+Green+Blue) = 203+200+139=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC88B is #343774. Grayscale: #C2C2C2. Windows color (decimal): -3422069 or 9160907. OLE color: 9160907.
HSL color Cylindrical-coordinate representation of color #CBC88B: hue angle of 57.19º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBC88B is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 139 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.20 |
| HSL | 57.19º | 0.38% | 0.67% | - |
| HSV(B) | 57.19º | 0.32% | 0.8% | - |
| XYZ | 49.94 | 55.87 | 32.58 | - |
| YUV | 193.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 139 | 0 | 0.01 | 0.32 | 0.20 | 57.19 | 0.38 | 0.67 |
| Hex | CB | C8 | 8B | 0 | 1 | 20 | 14 | 39 | 26 | 43 |
| Octal | 313 | 310 | 213 | 0 | 1 | 40 | 24 | 71 | 46 | 103 |
| Binary | 11001011 | 11001000 | 10001011 | 0 | 1 | 100000 | 10100 | 111001 | 100110 | 1000011 |
Color Harmonies of #CBC88B
Complementary color
Monochromatic Colors of #CBC88B
Black with #CBC88B
Text Example
Text Example
White with #CBC88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC88B; }
p { color: rgb(203,200,139); }
H1.HeaderClassName
{
color: #CBC88B;
}
.AnyTagClassName
{
color: #CBC88B;
}
</style>
background-color css
<style>
a { background-color: #CBC88B; }
a { background-color: rgb(203,200,139); }
div.DivClassName
{
background-color: #CBC88B;
}
.BgClassName
{
background-color: #CBC88B;
}
</style>
border-color css
<style>
span { border-color: #CBC88B; }
span { border-color: rgb(203,200,139); }
td.TdClassName
{
border-color: #CBC88B;
}
.TagClassName
{
border-color: #CBC88B;
}
</style>