#C5B47A

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

Shades of Ecru #C5B47A

Tints of Ecru #C5B47A

Color information

#C5B47A (or 0xC5B47A) is unknown color: approx Ecru. HEX triplet: C5, B4 and 7A. RGB value is (197,180,122). Sum of RGB (Red+Green+Blue) = 197+180+122=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B47A is #3A4B85. Grayscale: #B2B2B2. Windows color (decimal): -3820422 or 8041669. OLE color: 8041669.

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

Color convert

RGB197180122-
CMYK00.090.380.23
HSL46.4º39.27%62.55%-
HSV(B)46.4º38.07%77.25%-
XYZ42.8645.9225.02-
YUV178.4796.13141.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.48%
GREEN value IS 180 (70.70% from 255) = 36.07%
BLUE value IS 122 (48.05% from 255) = 24.45%
R=39.48%
G=36.07%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718012200.090.380.2346.439.2762.55
HexC5B47A0926172e273f
Octal3052641720114627564777
Binary110001011011010011110100100110011010111101110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B47A; }

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

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

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

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

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

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

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

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