Shades of Granny Apple #C6DCCC
Tints of Granny Apple #C6DCCC
RGB
CMYK
RGB Variations
Color information
#C6DCCC (or 0xC6DCCC) is known color: Granny Apple. HEX triplet: C6, DC and CC. RGB value is (198,220,204). Sum of RGB (Red+Green+Blue) = 198+220+204=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCCC is #392333. Grayscale: #D3D3D3. Windows color (decimal): -3744564 or 13425862. OLE color: 13425862.
HSL color Cylindrical-coordinate representation of color #C6DCCC: hue angle of 136.36º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DCCC is Cyan = 0.1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 204 | - |
| CMYK | 0.1 | 0 | 0.07 | 0.14 |
| HSL | 136.36º | 0.24% | 0.82% | - |
| HSV(B) | 136.36º | 0.1% | 0.86% | - |
| XYZ | 59.78 | 67.55 | 67.01 | - |
| YUV | 211.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 204 | 0.1 | 0 | 0.07 | 0.14 | 136.36 | 0.24 | 0.82 |
| Hex | C6 | DC | CC | A | 0 | 7 | E | 88 | 18 | 52 |
| Octal | 306 | 334 | 314 | 12 | 0 | 7 | 16 | 210 | 30 | 122 |
| Binary | 11000110 | 11011100 | 11001100 | 1010 | 0 | 111 | 1110 | 10001000 | 11000 | 1010010 |
Color Harmonies of #C6DCCC
Complementary color
Monochromatic Colors of #C6DCCC
Black with #C6DCCC
Text Example
Text Example
White with #C6DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DCCC; }
p { color: rgb(198,220,204); }
H1.HeaderClassName
{
color: #C6DCCC;
}
.AnyTagClassName
{
color: #C6DCCC;
}
</style>
background-color css
<style>
a { background-color: #C6DCCC; }
a { background-color: rgb(198,220,204); }
div.DivClassName
{
background-color: #C6DCCC;
}
.BgClassName
{
background-color: #C6DCCC;
}
</style>
border-color css
<style>
span { border-color: #C6DCCC; }
span { border-color: rgb(198,220,204); }
td.TdClassName
{
border-color: #C6DCCC;
}
.TagClassName
{
border-color: #C6DCCC;
}
</style>