Shades of Granny Apple #C2E0CB
Tints of Granny Apple #C2E0CB
RGB
CMYK
RGB Variations
Color information
#C2E0CB (or 0xC2E0CB) is known color: Granny Apple. HEX triplet: C2, E0 and CB. RGB value is (194,224,203). Sum of RGB (Red+Green+Blue) = 194+224+203=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0CB is #3D1F34. Grayscale: #D4D4D4. Windows color (decimal): -4005685 or 13361346. OLE color: 13361346.
HSL color Cylindrical-coordinate representation of color #C2E0CB: hue angle of 138º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2E0CB is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 203 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.12 |
| HSL | 138º | 0.33% | 0.82% | - |
| HSV(B) | 138º | 0.13% | 0.88% | - |
| XYZ | 59.68 | 69.09 | 66.69 | - |
| YUV | 212.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 203 | 0.13 | 0 | 0.09 | 0.12 | 138 | 0.33 | 0.82 |
| Hex | C2 | E0 | CB | D | 0 | 9 | C | 8A | 21 | 52 |
| Octal | 302 | 340 | 313 | 15 | 0 | 11 | 14 | 212 | 41 | 122 |
| Binary | 11000010 | 11100000 | 11001011 | 1101 | 0 | 1001 | 1100 | 10001010 | 100001 | 1010010 |
Color Harmonies of #C2E0CB
Complementary color
Monochromatic Colors of #C2E0CB
Black with #C2E0CB
Text Example
Text Example
White with #C2E0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E0CB; }
p { color: rgb(194,224,203); }
H1.HeaderClassName
{
color: #C2E0CB;
}
.AnyTagClassName
{
color: #C2E0CB;
}
</style>
background-color css
<style>
a { background-color: #C2E0CB; }
a { background-color: rgb(194,224,203); }
div.DivClassName
{
background-color: #C2E0CB;
}
.BgClassName
{
background-color: #C2E0CB;
}
</style>
border-color css
<style>
span { border-color: #C2E0CB; }
span { border-color: rgb(194,224,203); }
td.TdClassName
{
border-color: #C2E0CB;
}
.TagClassName
{
border-color: #C2E0CB;
}
</style>