#C2B579

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

Shades of Ecru #C2B579

Tints of Ecru #C2B579

Color information

#C2B579 (or 0xC2B579) is unknown color: approx Ecru. HEX triplet: C2, B5 and 79. RGB value is (194,181,121). Sum of RGB (Red+Green+Blue) = 194+181+121=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B579 is #3D4A86. Grayscale: #B2B2B2. Windows color (decimal): -4016775 or 7976386. OLE color: 7976386.

HSL color Cylindrical-coordinate representation of color #C2B579: hue angle of 49.32º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2B579 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB194181121-
CMYK00.070.380.24
HSL49.32º37.44%61.76%-
HSV(B)49.32º37.63%76.08%-
XYZ42.2245.924.72-
YUV178.0595.81139.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 121 (47.66% from 255) = 24.40%
R=39.11%
G=36.49%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418112100.070.380.2449.3237.4461.76
HexC2B57907261831253e
Octal302265171074630614576
Binary11000010101101011111001011110011011000110001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B579; }

 p { color: rgb(194,181,121); }

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

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

 a { background-color: rgb(194,181,121); }

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

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

 span { border-color: rgb(194,181,121); }

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