Shades of Granny Apple #C3DECA
Tints of Granny Apple #C3DECA
RGB
CMYK
RGB Variations
Color information
#C3DECA (or 0xC3DECA) is known color: Granny Apple. HEX triplet: C3, DE and CA. RGB value is (195,222,202). Sum of RGB (Red+Green+Blue) = 195+222+202=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DECA is #3C2135. Grayscale: #D3D3D3. Windows color (decimal): -3940662 or 13295299. OLE color: 13295299.
HSL color Cylindrical-coordinate representation of color #C3DECA: hue angle of 135.56º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DECA is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 222 | 202 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.13 |
| HSL | 135.56º | 0.29% | 0.82% | - |
| HSV(B) | 135.56º | 0.12% | 0.87% | - |
| XYZ | 59.29 | 68.11 | 65.9 | - |
| YUV | 211.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 222 | 202 | 0.12 | 0 | 0.09 | 0.13 | 135.56 | 0.29 | 0.82 |
| Hex | C3 | DE | CA | C | 0 | 9 | D | 88 | 1D | 52 |
| Octal | 303 | 336 | 312 | 14 | 0 | 11 | 15 | 210 | 35 | 122 |
| Binary | 11000011 | 11011110 | 11001010 | 1100 | 0 | 1001 | 1101 | 10001000 | 11101 | 1010010 |
Color Harmonies of #C3DECA
Complementary color
Monochromatic Colors of #C3DECA
Black with #C3DECA
Text Example
Text Example
White with #C3DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DECA; }
p { color: rgb(195,222,202); }
H1.HeaderClassName
{
color: #C3DECA;
}
.AnyTagClassName
{
color: #C3DECA;
}
</style>
background-color css
<style>
a { background-color: #C3DECA; }
a { background-color: rgb(195,222,202); }
div.DivClassName
{
background-color: #C3DECA;
}
.BgClassName
{
background-color: #C3DECA;
}
</style>
border-color css
<style>
span { border-color: #C3DECA; }
span { border-color: rgb(195,222,202); }
td.TdClassName
{
border-color: #C3DECA;
}
.TagClassName
{
border-color: #C3DECA;
}
</style>