Shades of Granny Apple #C1EACF
Tints of Granny Apple #C1EACF
RGB
CMYK
RGB Variations
Color information
#C1EACF (or 0xC1EACF) is known color: Granny Apple. HEX triplet: C1, EA and CF. RGB value is (193,234,207). Sum of RGB (Red+Green+Blue) = 193+234+207=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EACF is #3E1530. Grayscale: #DADADA. Windows color (decimal): -4068657 or 13626049. OLE color: 13626049.
HSL color Cylindrical-coordinate representation of color #C1EACF: hue angle of 140.49º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1EACF is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 234 | 207 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.08 |
| HSL | 140.49º | 0.49% | 0.84% | - |
| HSV(B) | 140.49º | 0.18% | 0.92% | - |
| XYZ | 62.68 | 74.69 | 70.14 | - |
| YUV | 218.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 207 | 0.18 | 0 | 0.12 | 0.08 | 140.49 | 0.49 | 0.84 |
| Hex | C1 | EA | CF | 12 | 0 | C | 8 | 8C | 31 | 54 |
| Octal | 301 | 352 | 317 | 22 | 0 | 14 | 10 | 214 | 61 | 124 |
| Binary | 11000001 | 11101010 | 11001111 | 10010 | 0 | 1100 | 1000 | 10001100 | 110001 | 1010100 |
Color Harmonies of #C1EACF
Complementary color
Monochromatic Colors of #C1EACF
Black with #C1EACF
Text Example
Text Example
White with #C1EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EACF; }
p { color: rgb(193,234,207); }
H1.HeaderClassName
{
color: #C1EACF;
}
.AnyTagClassName
{
color: #C1EACF;
}
</style>
background-color css
<style>
a { background-color: #C1EACF; }
a { background-color: rgb(193,234,207); }
div.DivClassName
{
background-color: #C1EACF;
}
.BgClassName
{
background-color: #C1EACF;
}
</style>
border-color css
<style>
span { border-color: #C1EACF; }
span { border-color: rgb(193,234,207); }
td.TdClassName
{
border-color: #C1EACF;
}
.TagClassName
{
border-color: #C1EACF;
}
</style>