Shades of Granny Apple #C3E0CD
Tints of Granny Apple #C3E0CD
RGB
CMYK
RGB Variations
Color information
#C3E0CD (or 0xC3E0CD) is known color: Granny Apple. HEX triplet: C3, E0 and CD. RGB value is (195,224,205). Sum of RGB (Red+Green+Blue) = 195+224+205=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E0CD is #3C1F32. Grayscale: #D5D5D5. Windows color (decimal): -3940147 or 13492419. OLE color: 13492419.
HSL color Cylindrical-coordinate representation of color #C3E0CD: hue angle of 140.69º degrees, saturation: 0.32, 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 #C3E0CD is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 205 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.12 |
| HSL | 140.69º | 0.32% | 0.82% | - |
| HSV(B) | 140.69º | 0.13% | 0.88% | - |
| XYZ | 60.18 | 69.32 | 67.97 | - |
| YUV | 213.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 205 | 0.13 | 0 | 0.08 | 0.12 | 140.69 | 0.32 | 0.82 |
| Hex | C3 | E0 | CD | D | 0 | 8 | C | 8D | 20 | 52 |
| Octal | 303 | 340 | 315 | 15 | 0 | 10 | 14 | 215 | 40 | 122 |
| Binary | 11000011 | 11100000 | 11001101 | 1101 | 0 | 1000 | 1100 | 10001101 | 100000 | 1010010 |
Color Harmonies of #C3E0CD
Complementary color
Monochromatic Colors of #C3E0CD
Black with #C3E0CD
Text Example
Text Example
White with #C3E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E0CD; }
p { color: rgb(195,224,205); }
H1.HeaderClassName
{
color: #C3E0CD;
}
.AnyTagClassName
{
color: #C3E0CD;
}
</style>
background-color css
<style>
a { background-color: #C3E0CD; }
a { background-color: rgb(195,224,205); }
div.DivClassName
{
background-color: #C3E0CD;
}
.BgClassName
{
background-color: #C3E0CD;
}
</style>
border-color css
<style>
span { border-color: #C3E0CD; }
span { border-color: rgb(195,224,205); }
td.TdClassName
{
border-color: #C3E0CD;
}
.TagClassName
{
border-color: #C3E0CD;
}
</style>