#C7CFAE

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

Shades of Pale Leaf #C7CFAE

Tints of Pale Leaf #C7CFAE

Color information

#C7CFAE (or 0xC7CFAE) is unknown color: approx Pale Leaf. HEX triplet: C7, CF and AE. RGB value is (199,207,174). Sum of RGB (Red+Green+Blue) = 199+207+174=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CFAE is #383051. Grayscale: #C8C8C8. Windows color (decimal): -3682386 or 11456455. OLE color: 11456455.

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

Color convert

RGB199207174-
CMYK0.0400.160.19
HSL74.55º25.58%74.71%-
HSV(B)74.55º15.94%81.18%-
XYZ53.5159.8248.77-
YUV200.85112.85126.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.31%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 174 (68.36% from 255) = 30%
R=34.31%
G=35.69%
B=30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992071740.0400.160.1974.5525.5874.71
HexC7CFAE4010134b1a4b
Octal30731725640202311332113
Binary110001111100111110101110100010000100111001011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFAE; }

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

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

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

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

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

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

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

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