#C4CFB4

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

Shades of Pale Leaf #C4CFB4

Tints of Pale Leaf #C4CFB4

Color information

#C4CFB4 (or 0xC4CFB4) is unknown color: approx Pale Leaf. HEX triplet: C4, CF and B4. RGB value is (196,207,180). Sum of RGB (Red+Green+Blue) = 196+207+180=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFB4 is #3B304B. Grayscale: #C8C8C8. Windows color (decimal): -3878988 or 11849668. OLE color: 11849668.

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

Color convert

RGB196207180-
CMYK0.0500.130.19
HSL84.44º21.95%75.88%-
HSV(B)84.44º13.04%81.18%-
XYZ53.3259.6651.88-
YUV200.63116.36124.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.62%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 180 (70.70% from 255) = 30.87%
R=33.62%
G=35.51%
B=30.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962071800.0500.130.1984.4421.9575.88
HexC4CFB450D1354164c
Octal30431726450152312426114
Binary11000100110011111011010010101101100111010100101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFB4; }

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

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

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

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

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

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

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

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