#C5B287

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

Shades of Ecru #C5B287

Tints of Ecru #C5B287

Color information

#C5B287 (or 0xC5B287) is unknown color: approx Ecru. HEX triplet: C5, B2 and 87. RGB value is (197,178,135). Sum of RGB (Red+Green+Blue) = 197+178+135=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 135 (53.12% from 255 or 26.47% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B287 is #3A4D78. Grayscale: #B2B2B2. Windows color (decimal): -3820921 or 8893125. OLE color: 8893125.

HSL color Cylindrical-coordinate representation of color #C5B287: hue angle of 41.61º degrees, saturation: 0.35, 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 #C5B287 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB197178135-
CMYK00.100.310.23
HSL41.61º34.83%65.1%-
HSV(B)41.61º31.47%77.25%-
XYZ43.3245.4629.41-
YUV178.78103.29141-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.63%
GREEN value IS 178 (69.92% from 255) = 34.90%
BLUE value IS 135 (53.12% from 255) = 26.47%
R=38.63%
G=34.90%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717813500.100.310.2341.6134.8365.1
HexC5B2870A1F172a2341
Octal30526220701237275243101
Binary1100010110110010100001110101011111101111010101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B287; }

 p { color: rgb(197,178,135); }

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

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

 a { background-color: rgb(197,178,135); }

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

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

 span { border-color: rgb(197,178,135); }

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