Shades of Granny Apple #CBECCB
Tints of Granny Apple #CBECCB
RGB
CMYK
RGB Variations
Color information
#CBECCB (or 0xCBECCB) is known color: Granny Apple. HEX triplet: CB, EC and CB. RGB value is (203,236,203). Sum of RGB (Red+Green+Blue) = 203+236+203=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECCB is #341334. Grayscale: #DEDEDE. Windows color (decimal): -3412789 or 13364427. OLE color: 13364427.
HSL color Cylindrical-coordinate representation of color #CBECCB: hue angle of 120º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBECCB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 203 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.07 |
| HSL | 120º | 0.46% | 0.86% | - |
| HSV(B) | 120º | 0.14% | 0.93% | - |
| XYZ | 65.4 | 77 | 67.92 | - |
| YUV | 222.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 203 | 0.14 | 0 | 0.14 | 0.07 | 120 | 0.46 | 0.86 |
| Hex | CB | EC | CB | E | 0 | E | 7 | 78 | 2E | 56 |
| Octal | 313 | 354 | 313 | 16 | 0 | 16 | 7 | 170 | 56 | 126 |
| Binary | 11001011 | 11101100 | 11001011 | 1110 | 0 | 1110 | 111 | 1111000 | 101110 | 1010110 |
Color Harmonies of #CBECCB
Complementary color
Monochromatic Colors of #CBECCB
Black with #CBECCB
Text Example
Text Example
White with #CBECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECCB; }
p { color: rgb(203,236,203); }
H1.HeaderClassName
{
color: #CBECCB;
}
.AnyTagClassName
{
color: #CBECCB;
}
</style>
background-color css
<style>
a { background-color: #CBECCB; }
a { background-color: rgb(203,236,203); }
div.DivClassName
{
background-color: #CBECCB;
}
.BgClassName
{
background-color: #CBECCB;
}
</style>
border-color css
<style>
span { border-color: #CBECCB; }
span { border-color: rgb(203,236,203); }
td.TdClassName
{
border-color: #CBECCB;
}
.TagClassName
{
border-color: #CBECCB;
}
</style>