#C5B384

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

Shades of Ecru #C5B384

Tints of Ecru #C5B384

Color information

#C5B384 (or 0xC5B384) is unknown color: approx Ecru. HEX triplet: C5, B3 and 84. RGB value is (197,179,132). Sum of RGB (Red+Green+Blue) = 197+179+132=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B384 is #3A4C7B. Grayscale: #B3B3B3. Windows color (decimal): -3820668 or 8696773. OLE color: 8696773.

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

Color convert

RGB197179132-
CMYK00.090.330.23
HSL43.38º35.91%64.51%-
HSV(B)43.38º32.99%77.25%-
XYZ43.3145.7828.38-
YUV179.02101.46140.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 132 (51.95% from 255) = 25.98%
R=38.78%
G=35.24%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717913200.090.330.2343.3835.9164.51
HexC5B3840921172b2441
Octal30526320401141275344101
Binary11000101101100111000010001001100001101111010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B384; }

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

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

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

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

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

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

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

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