#C4CCAC

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

Shades of Pale Leaf #C4CCAC

Tints of Pale Leaf #C4CCAC

Color information

#C4CCAC (or 0xC4CCAC) is unknown color: approx Pale Leaf. HEX triplet: C4, CC and AC. RGB value is (196,204,172). Sum of RGB (Red+Green+Blue) = 196+204+172=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CCAC is #3B3353. Grayscale: #C6C6C6. Windows color (decimal): -3879764 or 11324612. OLE color: 11324612.

HSL color Cylindrical-coordinate representation of color #C4CCAC: hue angle of 75º 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 #C4CCAC is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB196204172-
CMYK0.0400.160.2
HSL75º23.88%73.73%-
HSV(B)75º15.69%80%-
XYZ51.857.947.48-
YUV197.96113.35126.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=34.27%
G=35.66%
B=30.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041720.0400.160.27523.8873.73
HexC4CCAC4010144b184a
Octal30431425440202411330112
Binary110001001100110010101100100010000101001001011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCAC; }

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

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

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

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

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

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

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

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