#C4CCAB

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

Shades of Pale Leaf #C4CCAB

Tints of Pale Leaf #C4CCAB

Color information

#C4CCAB (or 0xC4CCAB) is unknown color: approx Pale Leaf. HEX triplet: C4, CC and AB. RGB value is (196,204,171). Sum of RGB (Red+Green+Blue) = 196+204+171=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CCAB is #3B3354. Grayscale: #C5C5C5. Windows color (decimal): -3879765 or 11259076. OLE color: 11259076.

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

Color convert

RGB196204171-
CMYK0.0400.160.2
HSL74.55º24.44%73.53%-
HSV(B)74.55º16.18%80%-
XYZ51.7157.8646.97-
YUV197.85112.85126.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.33%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=34.33%
G=35.73%
B=29.95%

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
Decimal1962041710.0400.160.274.5524.4473.53
HexC4CCAB4010144b184a
Octal30431425340202411330112
Binary110001001100110010101011100010000101001001011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CCAB; }

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

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

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

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

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

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

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

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