#C5B381

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

Shades of Ecru #C5B381

Tints of Ecru #C5B381

Color information

#C5B381 (or 0xC5B381) is unknown color: approx Ecru. HEX triplet: C5, B3 and 81. RGB value is (197,179,129). Sum of RGB (Red+Green+Blue) = 197+179+129=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B381 is #3A4C7E. Grayscale: #B2B2B2. Windows color (decimal): -3820671 or 8500165. OLE color: 8500165.

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

Color convert

RGB197179129-
CMYK00.090.350.23
HSL44.12º36.96%63.92%-
HSV(B)44.12º34.52%77.25%-
XYZ43.1145.727.32-
YUV178.6899.96141.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 179 (70.31% from 255) = 35.45%
BLUE value IS 129 (50.78% from 255) = 25.54%
R=39.01%
G=35.45%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717912900.090.350.2344.1236.9663.92
HexC5B3810923172c2540
Octal30526320101143275445100
Binary11000101101100111000000101001100011101111011001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B381; }

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

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

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

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

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

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

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

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