#C2CAAA

Color #C2CAAA Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #C2CAAA

Tints of Pale Leaf #C2CAAA

Color information

#C2CAAA (or 0xC2CAAA) is unknown color: approx Pale Leaf. HEX triplet: C2, CA and AA. RGB value is (194,202,170). Sum of RGB (Red+Green+Blue) = 194+202+170=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CAAA is #3D3555. Grayscale: #C4C4C4. Windows color (decimal): -4011350 or 11193026. OLE color: 11193026.

HSL color Cylindrical-coordinate representation of color #C2CAAA: hue angle of 75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2CAAA is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB194202170-
CMYK0.0400.160.21
HSL75º23.19%72.94%-
HSV(B)75º15.84%79.22%-
XYZ50.6256.6146.29-
YUV195.96113.35126.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.28%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 170 (66.80% from 255) = 30.04%
R=34.28%
G=35.69%
B=30.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021700.0400.160.217523.1972.94
HexC2CAAA4010154b1749
Octal30231225240202511327111
Binary110000101100101010101010100010000101011001011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CAAA; }

 p { color: rgb(194,202,170); }

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

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

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

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

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

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

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