Shades of Granny Apple #C5E3CB
Tints of Granny Apple #C5E3CB
RGB
CMYK
RGB Variations
Color information
#C5E3CB (or 0xC5E3CB) is known color: Granny Apple. HEX triplet: C5, E3 and CB. RGB value is (197,227,203). Sum of RGB (Red+Green+Blue) = 197+227+203=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 227 (89.06% from 255 or 36.20% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E3CB is #3A1C34. Grayscale: #D7D7D7. Windows color (decimal): -3808309 or 13362117. OLE color: 13362117.
HSL color Cylindrical-coordinate representation of color #C5E3CB: hue angle of 132º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5E3CB is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 227 | 203 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.11 |
| HSL | 132º | 0.35% | 0.83% | - |
| HSV(B) | 132º | 0.13% | 0.89% | - |
| XYZ | 61.27 | 71.12 | 67 | - |
| YUV | 215.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 227 | 203 | 0.13 | 0 | 0.11 | 0.11 | 132 | 0.35 | 0.83 |
| Hex | C5 | E3 | CB | D | 0 | B | B | 84 | 23 | 53 |
| Octal | 305 | 343 | 313 | 15 | 0 | 13 | 13 | 204 | 43 | 123 |
| Binary | 11000101 | 11100011 | 11001011 | 1101 | 0 | 1011 | 1011 | 10000100 | 100011 | 1010011 |
Color Harmonies of #C5E3CB
Complementary color
Monochromatic Colors of #C5E3CB
Black with #C5E3CB
Text Example
Text Example
White with #C5E3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E3CB; }
p { color: rgb(197,227,203); }
H1.HeaderClassName
{
color: #C5E3CB;
}
.AnyTagClassName
{
color: #C5E3CB;
}
</style>
background-color css
<style>
a { background-color: #C5E3CB; }
a { background-color: rgb(197,227,203); }
div.DivClassName
{
background-color: #C5E3CB;
}
.BgClassName
{
background-color: #C5E3CB;
}
</style>
border-color css
<style>
span { border-color: #C5E3CB; }
span { border-color: rgb(197,227,203); }
td.TdClassName
{
border-color: #C5E3CB;
}
.TagClassName
{
border-color: #C5E3CB;
}
</style>