Shades of Granny Apple #C0DECA
Tints of Granny Apple #C0DECA
RGB
CMYK
RGB Variations
Color information
#C0DECA (or 0xC0DECA) is known color: Granny Apple. HEX triplet: C0, DE and CA. RGB value is (192,222,202). Sum of RGB (Red+Green+Blue) = 192+222+202=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DECA is #3F2135. Grayscale: #D2D2D2. Windows color (decimal): -4137270 or 13295296. OLE color: 13295296.
HSL color Cylindrical-coordinate representation of color #C0DECA: hue angle of 140º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DECA is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 202 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.13 |
| HSL | 140º | 0.31% | 0.81% | - |
| HSV(B) | 140º | 0.14% | 0.87% | - |
| XYZ | 58.52 | 67.71 | 65.86 | - |
| YUV | 210.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 202 | 0.14 | 0 | 0.09 | 0.13 | 140 | 0.31 | 0.81 |
| Hex | C0 | DE | CA | E | 0 | 9 | D | 8C | 1F | 51 |
| Octal | 300 | 336 | 312 | 16 | 0 | 11 | 15 | 214 | 37 | 121 |
| Binary | 11000000 | 11011110 | 11001010 | 1110 | 0 | 1001 | 1101 | 10001100 | 11111 | 1010001 |
Color Harmonies of #C0DECA
Complementary color
Monochromatic Colors of #C0DECA
Black with #C0DECA
Text Example
Text Example
White with #C0DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DECA; }
p { color: rgb(192,222,202); }
H1.HeaderClassName
{
color: #C0DECA;
}
.AnyTagClassName
{
color: #C0DECA;
}
</style>
background-color css
<style>
a { background-color: #C0DECA; }
a { background-color: rgb(192,222,202); }
div.DivClassName
{
background-color: #C0DECA;
}
.BgClassName
{
background-color: #C0DECA;
}
</style>
border-color css
<style>
span { border-color: #C0DECA; }
span { border-color: rgb(192,222,202); }
td.TdClassName
{
border-color: #C0DECA;
}
.TagClassName
{
border-color: #C0DECA;
}
</style>