Shades of Deco #CBCE88
Tints of Deco #CBCE88
RGB
CMYK
RGB Variations
Color information
#CBCE88 (or 0xCBCE88) is known color: Deco. HEX triplet: CB, CE and 88. RGB value is (203,206,136). Sum of RGB (Red+Green+Blue) = 203+206+136=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCE88 is #343177. Grayscale: #C5C5C5. Windows color (decimal): -3420536 or 8965835. OLE color: 8965835.
HSL color Cylindrical-coordinate representation of color #CBCE88: hue angle of 62.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBCE88 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 136 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.19 |
| HSL | 62.57º | 0.42% | 0.67% | - |
| HSV(B) | 62.57º | 0.34% | 0.81% | - |
| XYZ | 51.14 | 58.62 | 31.91 | - |
| YUV | 197.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 136 | 0.01 | 0 | 0.34 | 0.19 | 62.57 | 0.42 | 0.67 |
| Hex | CB | CE | 88 | 1 | 0 | 22 | 13 | 3F | 2A | 43 |
| Octal | 313 | 316 | 210 | 1 | 0 | 42 | 23 | 77 | 52 | 103 |
| Binary | 11001011 | 11001110 | 10001000 | 1 | 0 | 100010 | 10011 | 111111 | 101010 | 1000011 |
Color Harmonies of #CBCE88
Complementary color
Monochromatic Colors of #CBCE88
Black with #CBCE88
Text Example
Text Example
White with #CBCE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCE88; }
p { color: rgb(203,206,136); }
H1.HeaderClassName
{
color: #CBCE88;
}
.AnyTagClassName
{
color: #CBCE88;
}
</style>
background-color css
<style>
a { background-color: #CBCE88; }
a { background-color: rgb(203,206,136); }
div.DivClassName
{
background-color: #CBCE88;
}
.BgClassName
{
background-color: #CBCE88;
}
</style>
border-color css
<style>
span { border-color: #CBCE88; }
span { border-color: rgb(203,206,136); }
td.TdClassName
{
border-color: #CBCE88;
}
.TagClassName
{
border-color: #CBCE88;
}
</style>