#C5CFAF

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

Shades of Pale Leaf #C5CFAF

Tints of Pale Leaf #C5CFAF

Color information

#C5CFAF (or 0xC5CFAF) is unknown color: approx Pale Leaf. HEX triplet: C5, CF and AF. RGB value is (197,207,175). Sum of RGB (Red+Green+Blue) = 197+207+175=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CFAF is #3A3050. Grayscale: #C8C8C8. Windows color (decimal): -3813457 or 11521989. OLE color: 11521989.

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

Color convert

RGB197207175-
CMYK0.0500.150.19
HSL78.75º25%74.9%-
HSV(B)78.75º15.46%81.18%-
XYZ53.0859.5949.26-
YUV200.36113.69125.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.02%
GREEN value IS 207 (81.25% from 255) = 35.75%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=34.02%
G=35.75%
B=30.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972071750.0500.150.1978.752574.9
HexC5CFAF50F134f194b
Octal30531725750172311731113
Binary11000101110011111010111110101111100111001111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFAF; }

 p { color: rgb(197,207,175); }

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

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

 a { background-color: rgb(197,207,175); }

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

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

 span { border-color: rgb(197,207,175); }

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