#C5B388

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

Shades of Ecru #C5B388

Tints of Ecru #C5B388

Color information

#C5B388 (or 0xC5B388) is unknown color: approx Ecru. HEX triplet: C5, B3 and 88. RGB value is (197,179,136). Sum of RGB (Red+Green+Blue) = 197+179+136=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B388 is #3A4C77. Grayscale: #B3B3B3. Windows color (decimal): -3820664 or 8958917. OLE color: 8958917.

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

Color convert

RGB197179136-
CMYK00.090.310.23
HSL42.3º34.46%65.29%-
HSV(B)42.3º30.96%77.25%-
XYZ43.5945.8929.85-
YUV179.48103.46140.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=38.48%
G=34.96%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717913600.090.310.2342.334.4665.29
HexC5B388091F172a2241
Octal30526321001137275242101
Binary1100010110110011100010000100111111101111010101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B388; }

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

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

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

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

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

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

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

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