Shades of Granny Apple #C8E4CC
Tints of Granny Apple #C8E4CC
RGB
CMYK
RGB Variations
Color information
#C8E4CC (or 0xC8E4CC) is known color: Granny Apple. HEX triplet: C8, E4 and CC. RGB value is (200,228,204). Sum of RGB (Red+Green+Blue) = 200+228+204=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 228 - color contains mainly: green. Hex color #C8E4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E4CC is #371B33. Grayscale: #D8D8D8. Windows color (decimal): -3611444 or 13427912. OLE color: 13427912.
HSL color Cylindrical-coordinate representation of color #C8E4CC: hue angle of 128.57º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8E4CC is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 228 | 204 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.11 |
| HSL | 128.57º | 0.34% | 0.84% | - |
| HSV(B) | 128.57º | 0.12% | 0.89% | - |
| XYZ | 62.46 | 72.13 | 67.76 | - |
| YUV | 216.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 228 | 204 | 0.12 | 0 | 0.11 | 0.11 | 128.57 | 0.34 | 0.84 |
| Hex | C8 | E4 | CC | C | 0 | B | B | 81 | 22 | 54 |
| Octal | 310 | 344 | 314 | 14 | 0 | 13 | 13 | 201 | 42 | 124 |
| Binary | 11001000 | 11100100 | 11001100 | 1100 | 0 | 1011 | 1011 | 10000001 | 100010 | 1010100 |
Color Harmonies of #C8E4CC
Complementary color
Monochromatic Colors of #C8E4CC
Black with #C8E4CC
Text Example
Text Example
White with #C8E4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E4CC; }
p { color: rgb(200,228,204); }
H1.HeaderClassName
{
color: #C8E4CC;
}
.AnyTagClassName
{
color: #C8E4CC;
}
</style>
background-color css
<style>
a { background-color: #C8E4CC; }
a { background-color: rgb(200,228,204); }
div.DivClassName
{
background-color: #C8E4CC;
}
.BgClassName
{
background-color: #C8E4CC;
}
</style>
border-color css
<style>
span { border-color: #C8E4CC; }
span { border-color: rgb(200,228,204); }
td.TdClassName
{
border-color: #C8E4CC;
}
.TagClassName
{
border-color: #C8E4CC;
}
</style>