Shades of Deco #CBCE80
Tints of Deco #CBCE80
RGB
CMYK
RGB Variations
Color information
#CBCE80 (or 0xCBCE80) is known color: Deco. HEX triplet: CB, CE and 80. RGB value is (203,206,128). Sum of RGB (Red+Green+Blue) = 203+206+128=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCE80 is #34317F. Grayscale: #C4C4C4. Windows color (decimal): -3420544 or 8441547. OLE color: 8441547.
HSL color Cylindrical-coordinate representation of color #CBCE80: hue angle of 62.31º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBCE80 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 128 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.19 |
| HSL | 62.31º | 0.44% | 0.65% | - |
| HSV(B) | 62.31º | 0.38% | 0.81% | - |
| XYZ | 50.6 | 58.4 | 29.03 | - |
| YUV | 196.21 | 89.51 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 128 | 0.01 | 0 | 0.38 | 0.19 | 62.31 | 0.44 | 0.65 |
| Hex | CB | CE | 80 | 1 | 0 | 26 | 13 | 3E | 2C | 41 |
| Octal | 313 | 316 | 200 | 1 | 0 | 46 | 23 | 76 | 54 | 101 |
| Binary | 11001011 | 11001110 | 10000000 | 1 | 0 | 100110 | 10011 | 111110 | 101100 | 1000001 |
Color Harmonies of #CBCE80
Complementary color
Monochromatic Colors of #CBCE80
Black with #CBCE80
Text Example
Text Example
White with #CBCE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCE80; }
p { color: rgb(203,206,128); }
H1.HeaderClassName
{
color: #CBCE80;
}
.AnyTagClassName
{
color: #CBCE80;
}
</style>
background-color css
<style>
a { background-color: #CBCE80; }
a { background-color: rgb(203,206,128); }
div.DivClassName
{
background-color: #CBCE80;
}
.BgClassName
{
background-color: #CBCE80;
}
</style>
border-color css
<style>
span { border-color: #CBCE80; }
span { border-color: rgb(203,206,128); }
td.TdClassName
{
border-color: #CBCE80;
}
.TagClassName
{
border-color: #CBCE80;
}
</style>