#C2B57C

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

Shades of Ecru #C2B57C

Tints of Ecru #C2B57C

Color information

#C2B57C (or 0xC2B57C) is unknown color: approx Ecru. HEX triplet: C2, B5 and 7C. RGB value is (194,181,124). Sum of RGB (Red+Green+Blue) = 194+181+124=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B57C is #3D4A83. Grayscale: #B2B2B2. Windows color (decimal): -4016772 or 8172994. OLE color: 8172994.

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

Color convert

RGB194181124-
CMYK00.070.360.24
HSL48.86º36.46%62.35%-
HSV(B)48.86º36.08%76.08%-
XYZ42.4145.9725.71-
YUV178.3997.31139.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 124 (48.83% from 255) = 24.85%
R=38.88%
G=36.27%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418112400.070.360.2448.8636.4662.35
HexC2B57C07241831243e
Octal302265174074430614476
Binary11000010101101011111100011110010011000110001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B57C; }

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

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

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

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

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

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

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

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