#c1cea2

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

Shades of Pale Leaf #C1CEA2

Tints of Pale Leaf #C1CEA2

Color information

#C1CEA2 (or 0xC1CEA2) is unknown color: approx Pale Leaf. HEX triplet: C1, CE and A2. RGB value is (193,206,162). Sum of RGB (Red+Green+Blue) = 193+206+162=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CEA2 is #3E315D. Grayscale: #C5C5C5. Windows color (decimal): -4075870 or 10669761. OLE color: 10669761.

HSL color Cylindrical-coordinate representation of color #C1CEA2: hue angle of 77.73º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1CEA2 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB193206162-
CMYK0.0600.210.19
HSL77.73º30.99%72.16%-
HSV(B)77.73º21.36%80.78%-
XYZ50.5958.0942.73-
YUV197.1108.19125.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.40%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 162 (63.67% from 255) = 28.88%
R=34.40%
G=36.72%
B=28.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932061620.0600.210.1977.7330.9972.16
HexC1CEA26015134e1f48
Octal30131624260252311637110
Binary110000011100111010100010110010101100111001110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1cea2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1cea2; }

 p { color: rgb(193,206,162); }

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

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

 a { background-color: rgb(193,206,162); }

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

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

 span { border-color: rgb(193,206,162); }

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