#C2CEB1

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

Shades of Pale Leaf #C2CEB1

Tints of Pale Leaf #C2CEB1

Color information

#C2CEB1 (or 0xC2CEB1) is unknown color: approx Pale Leaf. HEX triplet: C2, CE and B1. RGB value is (194,206,177). Sum of RGB (Red+Green+Blue) = 194+206+177=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CEB1 is #3D314E. Grayscale: #C7C7C7. Windows color (decimal): -4010319 or 11652802. OLE color: 11652802.

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

Color convert

RGB194206177-
CMYK0.0600.140.19
HSL84.83º22.83%75.1%-
HSV(B)84.83º14.08%80.78%-
XYZ52.2658.7950.19-
YUV199.11115.52124.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 177 (69.53% from 255) = 30.68%
R=33.62%
G=35.70%
B=30.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061770.0600.140.1984.8322.8375.1
HexC2CEB160E1355174b
Octal30231626160162312527113
Binary11000010110011101011000111001110100111010101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CEB1; }

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

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

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

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

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

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

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

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