#C4CFAB

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

Shades of Pale Leaf #C4CFAB

Tints of Pale Leaf #C4CFAB

Color information

#C4CFAB (or 0xC4CFAB) is unknown color: approx Pale Leaf. HEX triplet: C4, CF and AB. RGB value is (196,207,171). Sum of RGB (Red+Green+Blue) = 196+207+171=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CFAB is #3B3054. Grayscale: #C7C7C7. Windows color (decimal): -3878997 or 11259844. OLE color: 11259844.

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

Color convert

RGB196207171-
CMYK0.0500.170.19
HSL78.33º27.27%74.12%-
HSV(B)78.33º17.39%81.18%-
XYZ52.4359.347.21-
YUV199.61111.86125.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.15%
GREEN value IS 207 (81.25% from 255) = 36.06%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=34.15%
G=36.06%
B=29.79%

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
Decimal1962071710.0500.170.1978.3327.2774.12
HexC4CFAB5011134e1b4a
Octal30431725350212311633112
Binary110001001100111110101011101010001100111001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFAB; }

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

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

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

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

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

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

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

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