#C5B380

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

Shades of Ecru #C5B380

Tints of Ecru #C5B380

Color information

#C5B380 (or 0xC5B380) is unknown color: approx Ecru. HEX triplet: C5, B3 and 80. RGB value is (197,179,128). Sum of RGB (Red+Green+Blue) = 197+179+128=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B380 is #3A4C7F. Grayscale: #B2B2B2. Windows color (decimal): -3820672 or 8434629. OLE color: 8434629.

HSL color Cylindrical-coordinate representation of color #C5B380: hue angle of 44.35º 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 #C5B380 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB197179128-
CMYK00.090.350.23
HSL44.35º37.3%63.73%-
HSV(B)44.35º35.03%77.25%-
XYZ43.0445.6726.97-
YUV178.5799.46141.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.09%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 128 (50.39% from 255) = 25.40%
R=39.09%
G=35.52%
B=25.40%

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
Decimal19717912800.090.350.2344.3537.363.73
HexC5B3800923172c2540
Octal30526320001143275445100
Binary11000101101100111000000001001100011101111011001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B380; }

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

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

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

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

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

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

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

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