#CAECCA

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

Shades of Granny Apple #CAECCA

Tints of Granny Apple #CAECCA

Color information

#CAECCA (or 0xCAECCA) is unknown color: approx Granny Apple. HEX triplet: CA, EC and CA. RGB value is (202,236,202). Sum of RGB (Red+Green+Blue) = 202+236+202=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECCA is #351335. Grayscale: #DEDEDE. Windows color (decimal): -3478326 or 13298890. OLE color: 13298890.

HSL color Cylindrical-coordinate representation of color #CAECCA: hue angle of 120º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAECCA is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB202236202-
CMYK0.1400.140.07
HSL120º47.22%85.88%-
HSV(B)120º14.41%92.55%-
XYZ65.0176.8167.28-
YUV221.96116.74113.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.56%
GREEN value IS 236 (92.58% from 255) = 36.88%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=31.56%
G=36.88%
B=31.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022362020.1400.140.0712047.2285.88
HexCAECCAE0E7782f56
Octal31235431216016717057126
Binary11001010111011001100101011100111011111110001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECCA; }

 p { color: rgb(202,236,202); }

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

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

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

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

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

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

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