#C5B387

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

Shades of Ecru #C5B387

Tints of Ecru #C5B387

Color information

#C5B387 (or 0xC5B387) is unknown color: approx Ecru. HEX triplet: C5, B3 and 87. RGB value is (197,179,135). Sum of RGB (Red+Green+Blue) = 197+179+135=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B387 is #3A4C78. Grayscale: #B3B3B3. Windows color (decimal): -3820665 or 8893381. OLE color: 8893381.

HSL color Cylindrical-coordinate representation of color #C5B387: hue angle of 42.58º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5B387 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB197179135-
CMYK00.090.310.23
HSL42.58º34.83%65.1%-
HSV(B)42.58º31.47%77.25%-
XYZ43.5245.8629.48-
YUV179.37102.96140.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 179 (70.31% from 255) = 35.03%
BLUE value IS 135 (53.12% from 255) = 26.42%
R=38.55%
G=35.03%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717913500.090.310.2342.5834.8365.1
HexC5B387091F172b2341
Octal30526320701137275343101
Binary1100010110110011100001110100111111101111010111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B387; }

 p { color: rgb(197,179,135); }

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

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

 a { background-color: rgb(197,179,135); }

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

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

 span { border-color: rgb(197,179,135); }

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