#C4B081

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

Shades of Ecru #C4B081

Tints of Ecru #C4B081

Color information

#C4B081 (or 0xC4B081) is unknown color: approx Ecru. HEX triplet: C4, B0 and 81. RGB value is (196,176,129). Sum of RGB (Red+Green+Blue) = 196+176+129=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B081 is #3B4F7E. Grayscale: #B0B0B0. Windows color (decimal): -3886975 or 8499396. OLE color: 8499396.

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

Color convert

RGB196176129-
CMYK00.100.340.23
HSL42.09º36.22%63.73%-
HSV(B)42.09º34.18%76.86%-
XYZ42.2544.3727.11-
YUV176.62101.13141.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 129 (50.78% from 255) = 25.75%
R=39.12%
G=35.13%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617612900.100.340.2342.0936.2263.73
HexC4B0810A22172a2440
Octal30426020101242275244100
Binary11000100101100001000000101010100010101111010101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B081; }

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

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

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

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

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

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

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

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