#C2CFB4

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

Shades of Pale Leaf #C2CFB4

Tints of Pale Leaf #C2CFB4

Color information

#C2CFB4 (or 0xC2CFB4) is unknown color: approx Pale Leaf. HEX triplet: C2, CF and B4. RGB value is (194,207,180). Sum of RGB (Red+Green+Blue) = 194+207+180=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFB4 is #3D304B. Grayscale: #C8C8C8. Windows color (decimal): -4010060 or 11849666. OLE color: 11849666.

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

Color convert

RGB194207180-
CMYK0.0600.130.19
HSL88.89º21.95%75.88%-
HSV(B)88.89º13.04%81.18%-
XYZ52.859.3951.86-
YUV200.04116.69123.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.39%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 180 (70.70% from 255) = 30.98%
R=33.39%
G=35.63%
B=30.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942071800.0600.130.1988.8921.9575.88
HexC2CFB460D1359164c
Octal30231726460152313126114
Binary11000010110011111011010011001101100111011001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CFB4; }

 p { color: rgb(194,207,180); }

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

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

 a { background-color: rgb(194,207,180); }

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

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

 span { border-color: rgb(194,207,180); }

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