#C5CFAC

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

Shades of Pale Leaf #C5CFAC

Tints of Pale Leaf #C5CFAC

Color information

#C5CFAC (or 0xC5CFAC) is unknown color: approx Pale Leaf. HEX triplet: C5, CF and AC. RGB value is (197,207,172). Sum of RGB (Red+Green+Blue) = 197+207+172=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CFAC is #3A3053. Grayscale: #C8C8C8. Windows color (decimal): -3813460 or 11325381. OLE color: 11325381.

HSL color Cylindrical-coordinate representation of color #C5CFAC: hue angle of 77.14º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5CFAC is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB197207172-
CMYK0.0500.170.19
HSL77.14º26.72%74.31%-
HSV(B)77.14º16.91%81.18%-
XYZ52.7959.4747.73-
YUV200.02112.19125.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.20%
GREEN value IS 207 (81.25% from 255) = 35.94%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=34.20%
G=35.94%
B=29.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972071720.0500.170.1977.1426.7274.31
HexC5CFAC5011134d1b4a
Octal30531725450212311533112
Binary110001011100111110101100101010001100111001101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFAC; }

 p { color: rgb(197,207,172); }

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

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

 a { background-color: rgb(197,207,172); }

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

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

 span { border-color: rgb(197,207,172); }

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