#C4E0CA

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

Shades of Granny Apple #C4E0CA

Tints of Granny Apple #C4E0CA

Color information

#C4E0CA (or 0xC4E0CA) is unknown color: approx Granny Apple. HEX triplet: C4, E0 and CA. RGB value is (196,224,202). Sum of RGB (Red+Green+Blue) = 196+224+202=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E0CA is #3B1F35. Grayscale: #D5D5D5. Windows color (decimal): -3874614 or 13295812. OLE color: 13295812.

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

Color convert

RGB196224202-
CMYK0.1200.100.12
HSL132.86º31.11%82.35%-
HSV(B)132.86º12.5%87.84%-
XYZ60.0869.3166.09-
YUV213.12121.72115.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.51%
GREEN value IS 224 (87.89% from 255) = 36.01%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=31.51%
G=36.01%
B=32.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1962242020.1200.100.12132.8631.1182.35
HexC4E0CAC0AC851f52
Octal304340312140121420537122
Binary110001001110000011001010110001010110010000101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E0CA; }

 p { color: rgb(196,224,202); }

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

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

 a { background-color: rgb(196,224,202); }

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

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

 span { border-color: rgb(196,224,202); }

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