Shades of Granny Apple #C0DBCA
Tints of Granny Apple #C0DBCA
RGB
CMYK
RGB Variations
Color information
#C0DBCA (or 0xC0DBCA) is known color: Granny Apple. HEX triplet: C0, DB and CA. RGB value is (192,219,202). Sum of RGB (Red+Green+Blue) = 192+219+202=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBCA is #3F2435. Grayscale: #D1D1D1. Windows color (decimal): -4138038 or 13294528. OLE color: 13294528.
HSL color Cylindrical-coordinate representation of color #C0DBCA: hue angle of 142.22º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0DBCA is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 202 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.14 |
| HSL | 142.22º | 0.27% | 0.81% | - |
| HSV(B) | 142.22º | 0.12% | 0.86% | - |
| XYZ | 57.73 | 66.13 | 65.6 | - |
| YUV | 208.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 202 | 0.12 | 0 | 0.08 | 0.14 | 142.22 | 0.27 | 0.81 |
| Hex | C0 | DB | CA | C | 0 | 8 | E | 8E | 1B | 51 |
| Octal | 300 | 333 | 312 | 14 | 0 | 10 | 16 | 216 | 33 | 121 |
| Binary | 11000000 | 11011011 | 11001010 | 1100 | 0 | 1000 | 1110 | 10001110 | 11011 | 1010001 |
Color Harmonies of #C0DBCA
Complementary color
Monochromatic Colors of #C0DBCA
Black with #C0DBCA
Text Example
Text Example
White with #C0DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBCA; }
p { color: rgb(192,219,202); }
H1.HeaderClassName
{
color: #C0DBCA;
}
.AnyTagClassName
{
color: #C0DBCA;
}
</style>
background-color css
<style>
a { background-color: #C0DBCA; }
a { background-color: rgb(192,219,202); }
div.DivClassName
{
background-color: #C0DBCA;
}
.BgClassName
{
background-color: #C0DBCA;
}
</style>
border-color css
<style>
span { border-color: #C0DBCA; }
span { border-color: rgb(192,219,202); }
td.TdClassName
{
border-color: #C0DBCA;
}
.TagClassName
{
border-color: #C0DBCA;
}
</style>