Shades of Granny Apple #C0DCCA
Tints of Granny Apple #C0DCCA
RGB
CMYK
RGB Variations
Color information
#C0DCCA (or 0xC0DCCA) is known color: Granny Apple. HEX triplet: C0, DC and CA. RGB value is (192,220,202). Sum of RGB (Red+Green+Blue) = 192+220+202=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCCA is #3F2335. Grayscale: #D1D1D1. Windows color (decimal): -4137782 or 13294784. OLE color: 13294784.
HSL color Cylindrical-coordinate representation of color #C0DCCA: hue angle of 141.43º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DCCA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 202 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.14 |
| HSL | 141.43º | 0.29% | 0.81% | - |
| HSV(B) | 141.43º | 0.13% | 0.86% | - |
| XYZ | 57.99 | 66.66 | 65.69 | - |
| YUV | 209.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 202 | 0.13 | 0 | 0.08 | 0.14 | 141.43 | 0.29 | 0.81 |
| Hex | C0 | DC | CA | D | 0 | 8 | E | 8D | 1D | 51 |
| Octal | 300 | 334 | 312 | 15 | 0 | 10 | 16 | 215 | 35 | 121 |
| Binary | 11000000 | 11011100 | 11001010 | 1101 | 0 | 1000 | 1110 | 10001101 | 11101 | 1010001 |
Color Harmonies of #C0DCCA
Complementary color
Monochromatic Colors of #C0DCCA
Black with #C0DCCA
Text Example
Text Example
White with #C0DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCCA; }
p { color: rgb(192,220,202); }
H1.HeaderClassName
{
color: #C0DCCA;
}
.AnyTagClassName
{
color: #C0DCCA;
}
</style>
background-color css
<style>
a { background-color: #C0DCCA; }
a { background-color: rgb(192,220,202); }
div.DivClassName
{
background-color: #C0DCCA;
}
.BgClassName
{
background-color: #C0DCCA;
}
</style>
border-color css
<style>
span { border-color: #C0DCCA; }
span { border-color: rgb(192,220,202); }
td.TdClassName
{
border-color: #C0DCCA;
}
.TagClassName
{
border-color: #C0DCCA;
}
</style>