#C4CFAE

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

Shades of Pale Leaf #C4CFAE

Tints of Pale Leaf #C4CFAE

Color information

#C4CFAE (or 0xC4CFAE) is unknown color: approx Pale Leaf. HEX triplet: C4, CF and AE. RGB value is (196,207,174). Sum of RGB (Red+Green+Blue) = 196+207+174=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CFAE is #3B3051. Grayscale: #C8C8C8. Windows color (decimal): -3878994 or 11456452. OLE color: 11456452.

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

Color convert

RGB196207174-
CMYK0.0500.160.19
HSL80º25.58%74.71%-
HSV(B)80º15.94%81.18%-
XYZ52.7259.4248.73-
YUV199.95113.36125.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.97%
GREEN value IS 207 (81.25% from 255) = 35.88%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=33.97%
G=35.88%
B=30.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962071740.0500.160.198025.5874.71
HexC4CFAE501013501a4b
Octal30431725650202312032113
Binary110001001100111110101110101010000100111010000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFAE; }

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

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

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

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

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

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

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

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