Shades of Deco #CBCE8C
Tints of Deco #CBCE8C
RGB
CMYK
RGB Variations
Color information
#CBCE8C (or 0xCBCE8C) is known color: Deco. HEX triplet: CB, CE and 8C. RGB value is (203,206,140). Sum of RGB (Red+Green+Blue) = 203+206+140=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCE8C is #343173. Grayscale: #C5C5C5. Windows color (decimal): -3420532 or 9227979. OLE color: 9227979.
HSL color Cylindrical-coordinate representation of color #CBCE8C: hue angle of 62.73º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBCE8C is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 140 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.19 |
| HSL | 62.73º | 0.4% | 0.68% | - |
| HSV(B) | 62.73º | 0.32% | 0.81% | - |
| XYZ | 51.43 | 58.73 | 33.44 | - |
| YUV | 197.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 140 | 0.01 | 0 | 0.32 | 0.19 | 62.73 | 0.4 | 0.68 |
| Hex | CB | CE | 8C | 1 | 0 | 20 | 13 | 3F | 28 | 44 |
| Octal | 313 | 316 | 214 | 1 | 0 | 40 | 23 | 77 | 50 | 104 |
| Binary | 11001011 | 11001110 | 10001100 | 1 | 0 | 100000 | 10011 | 111111 | 101000 | 1000100 |
Color Harmonies of #CBCE8C
Complementary color
Monochromatic Colors of #CBCE8C
Black with #CBCE8C
Text Example
Text Example
White with #CBCE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCE8C; }
p { color: rgb(203,206,140); }
H1.HeaderClassName
{
color: #CBCE8C;
}
.AnyTagClassName
{
color: #CBCE8C;
}
</style>
background-color css
<style>
a { background-color: #CBCE8C; }
a { background-color: rgb(203,206,140); }
div.DivClassName
{
background-color: #CBCE8C;
}
.BgClassName
{
background-color: #CBCE8C;
}
</style>
border-color css
<style>
span { border-color: #CBCE8C; }
span { border-color: rgb(203,206,140); }
td.TdClassName
{
border-color: #CBCE8C;
}
.TagClassName
{
border-color: #CBCE8C;
}
</style>