#C5CFB5

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

Shades of Pale Leaf #C5CFB5

Tints of Pale Leaf #C5CFB5

Color information

#C5CFB5 (or 0xC5CFB5) is unknown color: approx Pale Leaf. HEX triplet: C5, CF and B5. RGB value is (197,207,181). Sum of RGB (Red+Green+Blue) = 197+207+181=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFB5 is #3A304A. Grayscale: #C9C9C9. Windows color (decimal): -3813451 or 11915205. OLE color: 11915205.

HSL color Cylindrical-coordinate representation of color #C5CFB5: hue angle of 83.08º degrees, saturation: 0.21, 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 #C5CFB5 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB197207181-
CMYK0.0500.130.19
HSL83.08º21.31%76.08%-
HSV(B)83.08º12.56%81.18%-
XYZ53.6859.8352.44-
YUV201.05116.69125.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.68%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 181 (71.09% from 255) = 30.94%
R=33.68%
G=35.38%
B=30.94%

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
Decimal1972071810.0500.130.1983.0821.3176.08
HexC5CFB550D1353154c
Octal30531726550152312325114
Binary11000101110011111011010110101101100111010011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFB5; }

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

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

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

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

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

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

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

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