Shades of Granny Apple #C1EBCA
Tints of Granny Apple #C1EBCA
RGB
CMYK
RGB Variations
Color information
#C1EBCA (or 0xC1EBCA) is known color: Granny Apple. HEX triplet: C1, EB and CA. RGB value is (193,235,202). Sum of RGB (Red+Green+Blue) = 193+235+202=630 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.63% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #C1EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EBCA is #3E1435. Grayscale: #DADADA. Windows color (decimal): -4068406 or 13298625. OLE color: 13298625.
HSL color Cylindrical-coordinate representation of color #C1EBCA: hue angle of 132.86º degrees, saturation: 0.51, 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 #C1EBCA is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 235 | 202 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.08 |
| HSL | 132.86º | 0.51% | 0.84% | - |
| HSV(B) | 132.86º | 0.18% | 0.92% | - |
| XYZ | 62.36 | 75.02 | 67.07 | - |
| YUV | 218.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 235 | 202 | 0.18 | 0 | 0.14 | 0.08 | 132.86 | 0.51 | 0.84 |
| Hex | C1 | EB | CA | 12 | 0 | E | 8 | 85 | 33 | 54 |
| Octal | 301 | 353 | 312 | 22 | 0 | 16 | 10 | 205 | 63 | 124 |
| Binary | 11000001 | 11101011 | 11001010 | 10010 | 0 | 1110 | 1000 | 10000101 | 110011 | 1010100 |
Color Harmonies of #C1EBCA
Complementary color
Monochromatic Colors of #C1EBCA
Black with #C1EBCA
Text Example
Text Example
White with #C1EBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EBCA; }
p { color: rgb(193,235,202); }
H1.HeaderClassName
{
color: #C1EBCA;
}
.AnyTagClassName
{
color: #C1EBCA;
}
</style>
background-color css
<style>
a { background-color: #C1EBCA; }
a { background-color: rgb(193,235,202); }
div.DivClassName
{
background-color: #C1EBCA;
}
.BgClassName
{
background-color: #C1EBCA;
}
</style>
border-color css
<style>
span { border-color: #C1EBCA; }
span { border-color: rgb(193,235,202); }
td.TdClassName
{
border-color: #C1EBCA;
}
.TagClassName
{
border-color: #C1EBCA;
}
</style>