#C0E0CC

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

Shades of Granny Apple #C0E0CC

Tints of Granny Apple #C0E0CC

Color information

#C0E0CC (or 0xC0E0CC) is unknown color: approx Granny Apple. HEX triplet: C0, E0 and CC. RGB value is (192,224,204). Sum of RGB (Red+Green+Blue) = 192+224+204=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E0CC is #3F1F33. Grayscale: #D4D4D4. Windows color (decimal): -4136756 or 13426880. OLE color: 13426880.

HSL color Cylindrical-coordinate representation of color #C0E0CC: hue angle of 142.5º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0E0CC is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB192224204-
CMYK0.1400.090.12
HSL142.5º34.04%81.57%-
HSV(B)142.5º14.29%87.84%-
XYZ59.2968.8867.3-
YUV212.15123.4113.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.97%
GREEN value IS 224 (87.89% from 255) = 36.13%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=30.97%
G=36.13%
B=32.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1922242040.1400.090.12142.534.0481.57
HexC0E0CCE09C8e2252
Octal300340314160111421642122
Binary1100000011100000110011001110010011100100011101000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E0CC; }

 p { color: rgb(192,224,204); }

 H1.HeaderClassName
 {
   color: #C0E0CC;
 }
 .AnyTagClassName
 {
   color: #C0E0CC;
 }
</style>
background-color css

<style>
 a { background-color: #C0E0CC; }

 a { background-color: rgb(192,224,204); }

 div.DivClassName
 {
   background-color: #C0E0CC;
 }
 .BgClassName
 {
   background-color: #C0E0CC;
 }
</style>
border-color css

<style>
 span { border-color: #C0E0CC; }

 span { border-color: rgb(192,224,204); }

 td.TdClassName
 {
   border-color: #C0E0CC;
 }
 .TagClassName
 {
   border-color: #C0E0CC;
 }
</style>