#C2CEA1

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

Shades of Pale Leaf #C2CEA1

Tints of Pale Leaf #C2CEA1

Color information

#C2CEA1 (or 0xC2CEA1) is unknown color: approx Pale Leaf. HEX triplet: C2, CE and A1. RGB value is (194,206,161). Sum of RGB (Red+Green+Blue) = 194+206+161=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 161 (63.28% from 255 or 28.70% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CEA1 is #3D315E. Grayscale: #C5C5C5. Windows color (decimal): -4010335 or 10604226. OLE color: 10604226.

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

Color convert

RGB194206161-
CMYK0.0600.220.19
HSL76º31.47%71.96%-
HSV(B)76º21.84%80.78%-
XYZ50.7558.1942.27-
YUV197.28107.52125.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 161 (63.28% from 255) = 28.70%
R=34.58%
G=36.72%
B=28.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061610.0600.220.197631.4771.96
HexC2CEA16016134c1f48
Octal30231624160262311437110
Binary110000101100111010100001110010110100111001100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEA1; }

 p { color: rgb(194,206,161); }

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

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

 a { background-color: rgb(194,206,161); }

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

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

 span { border-color: rgb(194,206,161); }

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