#C5B473

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

Shades of Ecru #C5B473

Tints of Ecru #C5B473

Color information

#C5B473 (or 0xC5B473) is unknown color: approx Ecru. HEX triplet: C5, B4 and 73. RGB value is (197,180,115). Sum of RGB (Red+Green+Blue) = 197+180+115=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B473 is #3A4B8C. Grayscale: #B1B1B1. Windows color (decimal): -3820429 or 7582917. OLE color: 7582917.

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

Color convert

RGB197180115-
CMYK00.090.420.23
HSL47.56º41.41%61.18%-
HSV(B)47.56º41.62%77.25%-
XYZ42.4445.7522.81-
YUV177.6792.63141.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.04%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 115 (45.31% from 255) = 23.37%
R=40.04%
G=36.59%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718011500.090.420.2347.5641.4161.18
HexC5B473092A1730293d
Octal3052641630115227605175
Binary110001011011010011100110100110101010111110000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B473; }

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

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

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

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

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

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

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

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