Shades of Granny Apple #C0DDCB
Tints of Granny Apple #C0DDCB
RGB
CMYK
RGB Variations
Color information
#C0DDCB (or 0xC0DDCB) is known color: Granny Apple. HEX triplet: C0, DD and CB. RGB value is (192,221,203). Sum of RGB (Red+Green+Blue) = 192+221+203=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDCB is #3F2234. Grayscale: #D2D2D2. Windows color (decimal): -4137525 or 13360576. OLE color: 13360576.
HSL color Cylindrical-coordinate representation of color #C0DDCB: hue angle of 142.76º 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 #C0DDCB is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 203 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.13 |
| HSL | 142.76º | 0.3% | 0.81% | - |
| HSV(B) | 142.76º | 0.13% | 0.87% | - |
| XYZ | 58.37 | 67.23 | 66.4 | - |
| YUV | 210.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 203 | 0.13 | 0 | 0.08 | 0.13 | 142.76 | 0.3 | 0.81 |
| Hex | C0 | DD | CB | D | 0 | 8 | D | 8F | 1E | 51 |
| Octal | 300 | 335 | 313 | 15 | 0 | 10 | 15 | 217 | 36 | 121 |
| Binary | 11000000 | 11011101 | 11001011 | 1101 | 0 | 1000 | 1101 | 10001111 | 11110 | 1010001 |
Color Harmonies of #C0DDCB
Complementary color
Monochromatic Colors of #C0DDCB
Black with #C0DDCB
Text Example
Text Example
White with #C0DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDCB; }
p { color: rgb(192,221,203); }
H1.HeaderClassName
{
color: #C0DDCB;
}
.AnyTagClassName
{
color: #C0DDCB;
}
</style>
background-color css
<style>
a { background-color: #C0DDCB; }
a { background-color: rgb(192,221,203); }
div.DivClassName
{
background-color: #C0DDCB;
}
.BgClassName
{
background-color: #C0DDCB;
}
</style>
border-color css
<style>
span { border-color: #C0DDCB; }
span { border-color: rgb(192,221,203); }
td.TdClassName
{
border-color: #C0DDCB;
}
.TagClassName
{
border-color: #C0DDCB;
}
</style>