#C5B379

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

Shades of Ecru #C5B379

Tints of Ecru #C5B379

Color information

#C5B379 (or 0xC5B379) is unknown color: approx Ecru. HEX triplet: C5, B3 and 79. RGB value is (197,179,121). Sum of RGB (Red+Green+Blue) = 197+179+121=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B379 is #3A4C86. Grayscale: #B2B2B2. Windows color (decimal): -3820679 or 7975877. OLE color: 7975877.

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

Color convert

RGB197179121-
CMYK00.090.390.23
HSL45.79º39.58%62.35%-
HSV(B)45.79º38.58%77.25%-
XYZ42.645.4924.62-
YUV177.7795.96141.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.64%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 121 (47.66% from 255) = 24.35%
R=39.64%
G=36.02%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717912100.090.390.2345.7939.5862.35
HexC5B3790927172e283e
Octal3052631710114727565076
Binary110001011011001111110010100110011110111101110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B379; }

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

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

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

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

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

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

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

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