Shades of Granny Apple #C3DBCB
Tints of Granny Apple #C3DBCB
RGB
CMYK
RGB Variations
Color information
#C3DBCB (or 0xC3DBCB) is known color: Granny Apple. HEX triplet: C3, DB and CB. RGB value is (195,219,203). Sum of RGB (Red+Green+Blue) = 195+219+203=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBCB is #3C2434. Grayscale: #D2D2D2. Windows color (decimal): -3941429 or 13360067. OLE color: 13360067.
HSL color Cylindrical-coordinate representation of color #C3DBCB: hue angle of 140º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DBCB is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 203 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.14 |
| HSL | 140º | 0.25% | 0.81% | - |
| HSV(B) | 140º | 0.11% | 0.86% | - |
| XYZ | 58.62 | 66.58 | 66.26 | - |
| YUV | 210 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 203 | 0.11 | 0 | 0.07 | 0.14 | 140 | 0.25 | 0.81 |
| Hex | C3 | DB | CB | B | 0 | 7 | E | 8C | 19 | 51 |
| Octal | 303 | 333 | 313 | 13 | 0 | 7 | 16 | 214 | 31 | 121 |
| Binary | 11000011 | 11011011 | 11001011 | 1011 | 0 | 111 | 1110 | 10001100 | 11001 | 1010001 |
Color Harmonies of #C3DBCB
Complementary color
Monochromatic Colors of #C3DBCB
Black with #C3DBCB
Text Example
Text Example
White with #C3DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DBCB; }
p { color: rgb(195,219,203); }
H1.HeaderClassName
{
color: #C3DBCB;
}
.AnyTagClassName
{
color: #C3DBCB;
}
</style>
background-color css
<style>
a { background-color: #C3DBCB; }
a { background-color: rgb(195,219,203); }
div.DivClassName
{
background-color: #C3DBCB;
}
.BgClassName
{
background-color: #C3DBCB;
}
</style>
border-color css
<style>
span { border-color: #C3DBCB; }
span { border-color: rgb(195,219,203); }
td.TdClassName
{
border-color: #C3DBCB;
}
.TagClassName
{
border-color: #C3DBCB;
}
</style>