#C0DFCC

Color #C0DFCC Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #C0DFCC

Tints of Granny Apple #C0DFCC

Color information

#C0DFCC (or 0xC0DFCC) is unknown color: approx 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

RGB192223204-
CMYK0.1400.090.13
HSL143.23º32.63%81.37%-
HSV(B)143.23º13.9%87.45%-
XYZ59.0268.3467.21-
YUV211.56123.73114.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 31.02%
GREEN value IS 223 (87.5% from 255) = 36.03%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=31.02%
G=36.03%
B=32.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922232040.1400.090.13143.2332.6381.37
HexC0DFCCE09D8f2151
Octal300337314160111521741121
Binary1100000011011111110011001110010011101100011111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>