Shades of Granny Apple #C1DFCA
Tints of Granny Apple #C1DFCA
RGB
CMYK
RGB Variations
Color information
#C1DFCA (or 0xC1DFCA) is known color: Granny Apple. HEX triplet: C1, DF and CA. RGB value is (193,223,202). Sum of RGB (Red+Green+Blue) = 193+223+202=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DFCA is #3E2035. Grayscale: #D3D3D3. Windows color (decimal): -4071478 or 13295553. OLE color: 13295553.
HSL color Cylindrical-coordinate representation of color #C1DFCA: hue angle of 138º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1DFCA is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 202 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.13 |
| HSL | 138º | 0.32% | 0.82% | - |
| HSV(B) | 138º | 0.13% | 0.87% | - |
| XYZ | 59.04 | 68.38 | 65.96 | - |
| YUV | 211.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 202 | 0.13 | 0 | 0.09 | 0.13 | 138 | 0.32 | 0.82 |
| Hex | C1 | DF | CA | D | 0 | 9 | D | 8A | 20 | 52 |
| Octal | 301 | 337 | 312 | 15 | 0 | 11 | 15 | 212 | 40 | 122 |
| Binary | 11000001 | 11011111 | 11001010 | 1101 | 0 | 1001 | 1101 | 10001010 | 100000 | 1010010 |
Color Harmonies of #C1DFCA
Complementary color
Monochromatic Colors of #C1DFCA
Black with #C1DFCA
Text Example
Text Example
White with #C1DFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DFCA; }
p { color: rgb(193,223,202); }
H1.HeaderClassName
{
color: #C1DFCA;
}
.AnyTagClassName
{
color: #C1DFCA;
}
</style>
background-color css
<style>
a { background-color: #C1DFCA; }
a { background-color: rgb(193,223,202); }
div.DivClassName
{
background-color: #C1DFCA;
}
.BgClassName
{
background-color: #C1DFCA;
}
</style>
border-color css
<style>
span { border-color: #C1DFCA; }
span { border-color: rgb(193,223,202); }
td.TdClassName
{
border-color: #C1DFCA;
}
.TagClassName
{
border-color: #C1DFCA;
}
</style>