Shades of Granny Apple #C8ECCA
Tints of Granny Apple #C8ECCA
RGB
CMYK
RGB Variations
Color information
#C8ECCA (or 0xC8ECCA) is known color: Granny Apple. HEX triplet: C8, EC and CA. RGB value is (200,236,202). Sum of RGB (Red+Green+Blue) = 200+236+202=638 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.35% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECCA is #371335. Grayscale: #DDDDDD. Windows color (decimal): -3609398 or 13298888. OLE color: 13298888.
HSL color Cylindrical-coordinate representation of color #C8ECCA: hue angle of 123.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8ECCA is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 202 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.07 |
| HSL | 123.33º | 0.49% | 0.85% | - |
| HSV(B) | 123.33º | 0.15% | 0.93% | - |
| XYZ | 64.48 | 76.53 | 67.25 | - |
| YUV | 221.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 202 | 0.15 | 0 | 0.14 | 0.07 | 123.33 | 0.49 | 0.85 |
| Hex | C8 | EC | CA | F | 0 | E | 7 | 7B | 31 | 55 |
| Octal | 310 | 354 | 312 | 17 | 0 | 16 | 7 | 173 | 61 | 125 |
| Binary | 11001000 | 11101100 | 11001010 | 1111 | 0 | 1110 | 111 | 1111011 | 110001 | 1010101 |
Color Harmonies of #C8ECCA
Complementary color
Monochromatic Colors of #C8ECCA
Black with #C8ECCA
Text Example
Text Example
White with #C8ECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECCA; }
p { color: rgb(200,236,202); }
H1.HeaderClassName
{
color: #C8ECCA;
}
.AnyTagClassName
{
color: #C8ECCA;
}
</style>
background-color css
<style>
a { background-color: #C8ECCA; }
a { background-color: rgb(200,236,202); }
div.DivClassName
{
background-color: #C8ECCA;
}
.BgClassName
{
background-color: #C8ECCA;
}
</style>
border-color css
<style>
span { border-color: #C8ECCA; }
span { border-color: rgb(200,236,202); }
td.TdClassName
{
border-color: #C8ECCA;
}
.TagClassName
{
border-color: #C8ECCA;
}
</style>