Shades of Granny Apple #C1DCCB
Tints of Granny Apple #C1DCCB
RGB
CMYK
RGB Variations
Color information
#C1DCCB (or 0xC1DCCB) is known color: Granny Apple. HEX triplet: C1, DC and CB. RGB value is (193,220,203). Sum of RGB (Red+Green+Blue) = 193+220+203=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCCB is #3E2334. Grayscale: #D2D2D2. Windows color (decimal): -4072245 or 13360321. OLE color: 13360321.
HSL color Cylindrical-coordinate representation of color #C1DCCB: hue angle of 142.22º degrees, saturation: 0.28, 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 #C1DCCB is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 220 | 203 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.14 |
| HSL | 142.22º | 0.28% | 0.81% | - |
| HSV(B) | 142.22º | 0.12% | 0.86% | - |
| XYZ | 58.37 | 66.84 | 66.32 | - |
| YUV | 209.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 203 | 0.12 | 0 | 0.08 | 0.14 | 142.22 | 0.28 | 0.81 |
| Hex | C1 | DC | CB | C | 0 | 8 | E | 8E | 1C | 51 |
| Octal | 301 | 334 | 313 | 14 | 0 | 10 | 16 | 216 | 34 | 121 |
| Binary | 11000001 | 11011100 | 11001011 | 1100 | 0 | 1000 | 1110 | 10001110 | 11100 | 1010001 |
Color Harmonies of #C1DCCB
Complementary color
Monochromatic Colors of #C1DCCB
Black with #C1DCCB
Text Example
Text Example
White with #C1DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCCB; }
p { color: rgb(193,220,203); }
H1.HeaderClassName
{
color: #C1DCCB;
}
.AnyTagClassName
{
color: #C1DCCB;
}
</style>
background-color css
<style>
a { background-color: #C1DCCB; }
a { background-color: rgb(193,220,203); }
div.DivClassName
{
background-color: #C1DCCB;
}
.BgClassName
{
background-color: #C1DCCB;
}
</style>
border-color css
<style>
span { border-color: #C1DCCB; }
span { border-color: rgb(193,220,203); }
td.TdClassName
{
border-color: #C1DCCB;
}
.TagClassName
{
border-color: #C1DCCB;
}
</style>