Shades of Granny Apple #C0DDCA
Tints of Granny Apple #C0DDCA
RGB
CMYK
RGB Variations
Color information
#C0DDCA (or 0xC0DDCA) is known color: Granny Apple. HEX triplet: C0, DD and CA. RGB value is (192,221,202). Sum of RGB (Red+Green+Blue) = 192+221+202=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDCA is #3F2235. Grayscale: #D2D2D2. Windows color (decimal): -4137526 or 13295040. OLE color: 13295040.
HSL color Cylindrical-coordinate representation of color #C0DDCA: hue angle of 140.69º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DDCA is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 202 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.13 |
| HSL | 140.69º | 0.3% | 0.81% | - |
| HSV(B) | 140.69º | 0.13% | 0.87% | - |
| XYZ | 58.26 | 67.18 | 65.77 | - |
| YUV | 210.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 202 | 0.13 | 0 | 0.09 | 0.13 | 140.69 | 0.3 | 0.81 |
| Hex | C0 | DD | CA | D | 0 | 9 | D | 8D | 1E | 51 |
| Octal | 300 | 335 | 312 | 15 | 0 | 11 | 15 | 215 | 36 | 121 |
| Binary | 11000000 | 11011101 | 11001010 | 1101 | 0 | 1001 | 1101 | 10001101 | 11110 | 1010001 |
Color Harmonies of #C0DDCA
Complementary color
Monochromatic Colors of #C0DDCA
Black with #C0DDCA
Text Example
Text Example
White with #C0DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDCA; }
p { color: rgb(192,221,202); }
H1.HeaderClassName
{
color: #C0DDCA;
}
.AnyTagClassName
{
color: #C0DDCA;
}
</style>
background-color css
<style>
a { background-color: #C0DDCA; }
a { background-color: rgb(192,221,202); }
div.DivClassName
{
background-color: #C0DDCA;
}
.BgClassName
{
background-color: #C0DDCA;
}
</style>
border-color css
<style>
span { border-color: #C0DDCA; }
span { border-color: rgb(192,221,202); }
td.TdClassName
{
border-color: #C0DDCA;
}
.TagClassName
{
border-color: #C0DDCA;
}
</style>