#C5CCAC

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

Shades of Pale Leaf #C5CCAC

Tints of Pale Leaf #C5CCAC

Color information

#C5CCAC (or 0xC5CCAC) is unknown color: approx Pale Leaf. HEX triplet: C5, CC and AC. RGB value is (197,204,172). Sum of RGB (Red+Green+Blue) = 197+204+172=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CCAC is #3A3353. Grayscale: #C6C6C6. Windows color (decimal): -3814228 or 11324613. OLE color: 11324613.

HSL color Cylindrical-coordinate representation of color #C5CCAC: hue angle of 73.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5CCAC is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB197204172-
CMYK0.0300.160.2
HSL73.12º23.88%73.73%-
HSV(B)73.12º15.69%80%-
XYZ52.0758.0347.49-
YUV198.26113.18127.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.38%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=34.38%
G=35.60%
B=30.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1972041720.0300.160.273.1223.8873.73
HexC5CCAC30101449184a
Octal30531425430202411130112
Binary11000101110011001010110011010000101001001001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCAC; }

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

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

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

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

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

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

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

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