Shades of Granny Apple #C4DCCB
Tints of Granny Apple #C4DCCB
RGB
CMYK
RGB Variations
Color information
#C4DCCB (or 0xC4DCCB) is known color: Granny Apple. HEX triplet: C4, DC and CB. RGB value is (196,220,203). Sum of RGB (Red+Green+Blue) = 196+220+203=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DCCB is #3B2334. Grayscale: #D2D2D2. Windows color (decimal): -3875637 or 13360324. OLE color: 13360324.
HSL color Cylindrical-coordinate representation of color #C4DCCB: hue angle of 137.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DCCB is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 220 | 203 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.14 |
| HSL | 137.5º | 0.26% | 0.82% | - |
| HSV(B) | 137.5º | 0.11% | 0.86% | - |
| XYZ | 59.14 | 67.23 | 66.36 | - |
| YUV | 210.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 220 | 203 | 0.11 | 0 | 0.08 | 0.14 | 137.5 | 0.26 | 0.82 |
| Hex | C4 | DC | CB | B | 0 | 8 | E | 8A | 1A | 52 |
| Octal | 304 | 334 | 313 | 13 | 0 | 10 | 16 | 212 | 32 | 122 |
| Binary | 11000100 | 11011100 | 11001011 | 1011 | 0 | 1000 | 1110 | 10001010 | 11010 | 1010010 |
Color Harmonies of #C4DCCB
Complementary color
Monochromatic Colors of #C4DCCB
Black with #C4DCCB
Text Example
Text Example
White with #C4DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DCCB; }
p { color: rgb(196,220,203); }
H1.HeaderClassName
{
color: #C4DCCB;
}
.AnyTagClassName
{
color: #C4DCCB;
}
</style>
background-color css
<style>
a { background-color: #C4DCCB; }
a { background-color: rgb(196,220,203); }
div.DivClassName
{
background-color: #C4DCCB;
}
.BgClassName
{
background-color: #C4DCCB;
}
</style>
border-color css
<style>
span { border-color: #C4DCCB; }
span { border-color: rgb(196,220,203); }
td.TdClassName
{
border-color: #C4DCCB;
}
.TagClassName
{
border-color: #C4DCCB;
}
</style>