#C4B080

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

Shades of Ecru #C4B080

Tints of Ecru #C4B080

Color information

#C4B080 (or 0xC4B080) is unknown color: approx Ecru. HEX triplet: C4, B0 and 80. RGB value is (196,176,128). Sum of RGB (Red+Green+Blue) = 196+176+128=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B080 is #3B4F7F. Grayscale: #B0B0B0. Windows color (decimal): -3886976 or 8433860. OLE color: 8433860.

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

Color convert

RGB196176128-
CMYK00.100.350.23
HSL42.35º36.56%63.53%-
HSV(B)42.35º34.69%76.86%-
XYZ42.1944.3426.76-
YUV176.51100.63141.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 128 (50.39% from 255) = 25.6%
R=39.2%
G=35.2%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617612800.100.350.2342.3536.5663.53
HexC4B0800A23172a2540
Octal30426020001243275245100
Binary11000100101100001000000001010100011101111010101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B080; }

 p { color: rgb(196,176,128); }

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

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

 a { background-color: rgb(196,176,128); }

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

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

 span { border-color: rgb(196,176,128); }

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