#C5CEAC

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

Shades of Pale Leaf #C5CEAC

Tints of Pale Leaf #C5CEAC

Color information

#C5CEAC (or 0xC5CEAC) is unknown color: approx Pale Leaf. HEX triplet: C5, CE and AC. RGB value is (197,206,172). Sum of RGB (Red+Green+Blue) = 197+206+172=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CEAC is #3A3153. Grayscale: #C7C7C7. Windows color (decimal): -3813716 or 11325125. OLE color: 11325125.

HSL color Cylindrical-coordinate representation of color #C5CEAC: hue angle of 75.88º degrees, saturation: 0.26, 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 #C5CEAC is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB197206172-
CMYK0.0400.170.19
HSL75.88º25.76%74.12%-
HSV(B)75.88º16.5%80.78%-
XYZ52.5458.9947.65-
YUV199.43112.52126.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.26%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=34.26%
G=35.83%
B=29.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972061720.0400.170.1975.8825.7674.12
HexC5CEAC4011134c1a4a
Octal30531625440212311432112
Binary110001011100111010101100100010001100111001100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEAC; }

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

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

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

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

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

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

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

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