#C2C8B1

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

Shades of Pale Leaf #C2C8B1

Tints of Pale Leaf #C2C8B1

Color information

#C2C8B1 (or 0xC2C8B1) is unknown color: approx Pale Leaf. HEX triplet: C2, C8 and B1. RGB value is (194,200,177). Sum of RGB (Red+Green+Blue) = 194+200+177=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C8B1 is #3D374E. Grayscale: #C3C3C3. Windows color (decimal): -4011855 or 11651266. OLE color: 11651266.

HSL color Cylindrical-coordinate representation of color #C2C8B1: hue angle of 75.65º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2C8B1 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB194200177-
CMYK0.0300.120.22
HSL75.65º17.29%73.92%-
HSV(B)75.65º11.5%78.43%-
XYZ50.8455.9549.72-
YUV195.58117.51126.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.98%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 177 (69.53% from 255) = 31.00%
R=33.98%
G=35.03%
B=31.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1942001770.0300.120.2275.6517.2973.92
HexC2C8B130C164c114a
Octal30231026130142611421112
Binary1100001011001000101100011101100101101001100100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C8B1; }

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

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

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

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

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

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

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

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