Shades of Granny Apple #C1E0CD
Tints of Granny Apple #C1E0CD
RGB
CMYK
RGB Variations
Color information
#C1E0CD (or 0xC1E0CD) is known color: Granny Apple. HEX triplet: C1, E0 and CD. RGB value is (193,224,205). Sum of RGB (Red+Green+Blue) = 193+224+205=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E0CD is #3E1F32. Grayscale: #D4D4D4. Windows color (decimal): -4071219 or 13492417. OLE color: 13492417.
HSL color Cylindrical-coordinate representation of color #C1E0CD: hue angle of 143.23º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1E0CD is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 224 | 205 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.12 |
| HSL | 143.23º | 0.33% | 0.82% | - |
| HSV(B) | 143.23º | 0.14% | 0.88% | - |
| XYZ | 59.67 | 69.06 | 67.94 | - |
| YUV | 212.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 224 | 205 | 0.14 | 0 | 0.08 | 0.12 | 143.23 | 0.33 | 0.82 |
| Hex | C1 | E0 | CD | E | 0 | 8 | C | 8F | 21 | 52 |
| Octal | 301 | 340 | 315 | 16 | 0 | 10 | 14 | 217 | 41 | 122 |
| Binary | 11000001 | 11100000 | 11001101 | 1110 | 0 | 1000 | 1100 | 10001111 | 100001 | 1010010 |
Color Harmonies of #C1E0CD
Complementary color
Monochromatic Colors of #C1E0CD
Black with #C1E0CD
Text Example
Text Example
White with #C1E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E0CD; }
p { color: rgb(193,224,205); }
H1.HeaderClassName
{
color: #C1E0CD;
}
.AnyTagClassName
{
color: #C1E0CD;
}
</style>
background-color css
<style>
a { background-color: #C1E0CD; }
a { background-color: rgb(193,224,205); }
div.DivClassName
{
background-color: #C1E0CD;
}
.BgClassName
{
background-color: #C1E0CD;
}
</style>
border-color css
<style>
span { border-color: #C1E0CD; }
span { border-color: rgb(193,224,205); }
td.TdClassName
{
border-color: #C1E0CD;
}
.TagClassName
{
border-color: #C1E0CD;
}
</style>