#C5B385

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

Shades of Ecru #C5B385

Tints of Ecru #C5B385

Color information

#C5B385 (or 0xC5B385) is unknown color: approx Ecru. HEX triplet: C5, B3 and 85. RGB value is (197,179,133). Sum of RGB (Red+Green+Blue) = 197+179+133=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B385 is #3A4C7A. Grayscale: #B3B3B3. Windows color (decimal): -3820667 or 8762309. OLE color: 8762309.

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

Color convert

RGB197179133-
CMYK00.090.320.23
HSL43.13º35.56%64.71%-
HSV(B)43.13º32.49%77.25%-
XYZ43.3845.828.74-
YUV179.14101.96140.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 179 (70.31% from 255) = 35.17%
BLUE value IS 133 (52.34% from 255) = 26.13%
R=38.70%
G=35.17%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717913300.090.320.2343.1335.5664.71
HexC5B3850920172b2441
Octal30526320501140275344101
Binary11000101101100111000010101001100000101111010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B385; }

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

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

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

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

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

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

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

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