#C5CEB4

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

Shades of Pale Leaf #C5CEB4

Tints of Pale Leaf #C5CEB4

Color information

#C5CEB4 (or 0xC5CEB4) is unknown color: approx Pale Leaf. HEX triplet: C5, CE and B4. RGB value is (197,206,180). Sum of RGB (Red+Green+Blue) = 197+206+180=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEB4 is #3A314B. Grayscale: #C8C8C8. Windows color (decimal): -3813708 or 11849413. OLE color: 11849413.

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

Color convert

RGB197206180-
CMYK0.0400.130.19
HSL80.77º20.97%75.69%-
HSV(B)80.77º12.62%80.78%-
XYZ53.3459.3151.82-
YUV200.34116.52125.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.79%
GREEN value IS 206 (80.86% from 255) = 35.33%
BLUE value IS 180 (70.70% from 255) = 30.87%
R=33.79%
G=35.33%
B=30.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972061800.0400.130.1980.7720.9775.69
HexC5CEB440D1351154c
Octal30531626440152312125114
Binary11000101110011101011010010001101100111010001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEB4; }

 p { color: rgb(197,206,180); }

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

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

 a { background-color: rgb(197,206,180); }

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

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

 span { border-color: rgb(197,206,180); }

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