#C5B284

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

Shades of Ecru #C5B284

Tints of Ecru #C5B284

Color information

#C5B284 (or 0xC5B284) is unknown color: approx Ecru. HEX triplet: C5, B2 and 84. RGB value is (197,178,132). Sum of RGB (Red+Green+Blue) = 197+178+132=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B284 is #3A4D7B. Grayscale: #B2B2B2. Windows color (decimal): -3820924 or 8696517. OLE color: 8696517.

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

Color convert

RGB197178132-
CMYK00.100.330.23
HSL42.46º35.91%64.51%-
HSV(B)42.46º32.99%77.25%-
XYZ43.1145.3828.32-
YUV178.44101.79141.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 132 (51.95% from 255) = 26.04%
R=38.86%
G=35.11%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717813200.100.330.2342.4635.9164.51
HexC5B2840A21172a2441
Octal30526220401241275244101
Binary11000101101100101000010001010100001101111010101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B284; }

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

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

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

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

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

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

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

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