#C2CAAB

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

Shades of Pale Leaf #C2CAAB

Tints of Pale Leaf #C2CAAB

Color information

#C2CAAB (or 0xC2CAAB) is unknown color: approx Pale Leaf. HEX triplet: C2, CA and AB. RGB value is (194,202,171). Sum of RGB (Red+Green+Blue) = 194+202+171=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CAAB is #3D3554. Grayscale: #C4C4C4. Windows color (decimal): -4011349 or 11258562. OLE color: 11258562.

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

Color convert

RGB194202171-
CMYK0.0400.150.21
HSL75.48º22.63%73.14%-
HSV(B)75.48º15.35%79.22%-
XYZ50.7256.6546.79-
YUV196.07113.85126.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 171 (67.19% from 255) = 30.16%
R=34.22%
G=35.63%
B=30.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942021710.0400.150.2175.4822.6373.14
HexC2CAAB40F154b1749
Octal30231225340172511327111
Binary11000010110010101010101110001111101011001011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CAAB; }

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

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

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

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

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

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

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

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