#C5B38A

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

Shades of Ecru #C5B38A

Tints of Ecru #C5B38A

Color information

#C5B38A (or 0xC5B38A) is unknown color: approx Ecru. HEX triplet: C5, B3 and 8A. RGB value is (197,179,138). Sum of RGB (Red+Green+Blue) = 197+179+138=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B38A is #3A4C75. Grayscale: #B3B3B3. Windows color (decimal): -3820662 or 9089989. OLE color: 9089989.

HSL color Cylindrical-coordinate representation of color #C5B38A: hue angle of 41.69º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5B38A is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB197179138-
CMYK00.090.300.23
HSL41.69º33.71%65.69%-
HSV(B)41.69º29.95%77.25%-
XYZ43.7345.9530.61-
YUV179.71104.46140.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 179 (70.31% from 255) = 34.82%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=38.33%
G=34.82%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717913800.090.300.2341.6933.7165.69
HexC5B38A091E172a2242
Octal30526321201136275242102
Binary1100010110110011100010100100111110101111010101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B38A; }

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

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

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

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

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

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

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

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