Shades of Granny Apple #C0DFCC
Tints of Granny Apple #C0DFCC
RGB
CMYK
RGB Variations
Color information
#C0DFCC (or 0xC0DFCC) is known color: Granny Apple. HEX triplet: C0, DF and CC. RGB value is (192,223,204). Sum of RGB (Red+Green+Blue) = 192+223+204=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFCC is #3F2033. Grayscale: #D3D3D3. Windows color (decimal): -4137012 or 13426624. OLE color: 13426624.
HSL color Cylindrical-coordinate representation of color #C0DFCC: hue angle of 143.23º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DFCC is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 223 | 204 | - |
CMYK | 0.14 | 0 | 0.09 | 0.13 |
HSL | 143.23º | 0.33% | 0.81% | - |
HSV(B) | 143.23º | 0.14% | 0.87% | - |
XYZ | 59.02 | 68.34 | 67.21 | - |
YUV | 211.57 | 123.73 | 114.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 223 | 204 | 0.14 | 0 | 0.09 | 0.13 | 143.23 | 0.33 | 0.81 |
Hex | C0 | DF | CC | E | 0 | 9 | D | 8F | 21 | 51 |
Octal | 300 | 337 | 314 | 16 | 0 | 11 | 15 | 217 | 41 | 121 |
Binary | 11000000 | 11011111 | 11001100 | 1110 | 0 | 1001 | 1101 | 10001111 | 100001 | 1010001 |
Color Harmonies of #C0DFCC
Complementary color
Monochromatic Colors of #C0DFCC
Black with #C0DFCC
Text Example
Text Example
White with #C0DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFCC; }
p { color: rgb(192,223,204); }
H1.HeaderClassName
{
color: #C0DFCC;
}
.AnyTagClassName
{
color: #C0DFCC;
}
</style>
background-color css
<style>
a { background-color: #C0DFCC; }
a { background-color: rgb(192,223,204); }
div.DivClassName
{
background-color: #C0DFCC;
}
.BgClassName
{
background-color: #C0DFCC;
}
</style>
border-color css
<style>
span { border-color: #C0DFCC; }
span { border-color: rgb(192,223,204); }
td.TdClassName
{
border-color: #C0DFCC;
}
.TagClassName
{
border-color: #C0DFCC;
}
</style>