#C4CFA7

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

Shades of Pale Leaf #C4CFA7

Tints of Pale Leaf #C4CFA7

Color information

#C4CFA7 (or 0xC4CFA7) is unknown color: approx Pale Leaf. HEX triplet: C4, CF and A7. RGB value is (196,207,167). Sum of RGB (Red+Green+Blue) = 196+207+167=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 167 (65.62% from 255 or 29.30% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CFA7 is #3B3058. Grayscale: #C7C7C7. Windows color (decimal): -3879001 or 10997700. OLE color: 10997700.

HSL color Cylindrical-coordinate representation of color #C4CFA7: hue angle of 76.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4CFA7 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB196207167-
CMYK0.0500.190.19
HSL76.5º29.41%73.33%-
HSV(B)76.5º19.32%81.18%-
XYZ52.0559.1545.23-
YUV199.15109.86125.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.39%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 167 (65.62% from 255) = 29.30%
R=34.39%
G=36.32%
B=29.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962071670.0500.190.1976.529.4173.33
HexC4CFA75013134c1d49
Octal30431724750232311435111
Binary110001001100111110100111101010011100111001100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFA7; }

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

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

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

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

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

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

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

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