#C3CEA1

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

Shades of Pale Leaf #C3CEA1

Tints of Pale Leaf #C3CEA1

Color information

#C3CEA1 (or 0xC3CEA1) is unknown color: approx Pale Leaf. HEX triplet: C3, CE and A1. RGB value is (195,206,161). Sum of RGB (Red+Green+Blue) = 195+206+161=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CEA1 is #3C315E. Grayscale: #C5C5C5. Windows color (decimal): -3944799 or 10604227. OLE color: 10604227.

HSL color Cylindrical-coordinate representation of color #C3CEA1: hue angle of 74.67º 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 #C3CEA1 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB195206161-
CMYK0.0500.220.19
HSL74.67º31.47%71.96%-
HSV(B)74.67º21.84%80.78%-
XYZ51.0158.3242.29-
YUV197.58107.36126.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.70%
GREEN value IS 206 (80.86% from 255) = 36.65%
BLUE value IS 161 (63.28% from 255) = 28.65%
R=34.70%
G=36.65%
B=28.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952061610.0500.220.1974.6731.4771.96
HexC3CEA15016134b1f48
Octal30331624150262311337110
Binary110000111100111010100001101010110100111001011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEA1; }

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

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

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

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

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

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

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

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