#C4B382

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

Shades of Ecru #C4B382

Tints of Ecru #C4B382

Color information

#C4B382 (or 0xC4B382) is unknown color: approx Ecru. HEX triplet: C4, B3 and 82. RGB value is (196,179,130). Sum of RGB (Red+Green+Blue) = 196+179+130=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B382 is #3B4C7D. Grayscale: #B2B2B2. Windows color (decimal): -3886206 or 8565700. OLE color: 8565700.

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

Color convert

RGB196179130-
CMYK00.090.340.23
HSL44.55º35.87%63.92%-
HSV(B)44.55º33.67%76.86%-
XYZ42.9145.5927.66-
YUV178.5100.63140.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.81%
GREEN value IS 179 (70.31% from 255) = 35.45%
BLUE value IS 130 (51.17% from 255) = 25.74%
R=38.81%
G=35.45%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617913000.090.340.2344.5535.8763.92
HexC4B3820922172d2440
Octal30426320201142275544100
Binary11000100101100111000001001001100010101111011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B382; }

 p { color: rgb(196,179,130); }

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

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

 a { background-color: rgb(196,179,130); }

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

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

 span { border-color: rgb(196,179,130); }

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