#C2B57E

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

Shades of Ecru #C2B57E

Tints of Ecru #C2B57E

Color information

#C2B57E (or 0xC2B57E) is unknown color: approx Ecru. HEX triplet: C2, B5 and 7E. RGB value is (194,181,126). Sum of RGB (Red+Green+Blue) = 194+181+126=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B57E is #3D4A81. Grayscale: #B2B2B2. Windows color (decimal): -4016770 or 8304066. OLE color: 8304066.

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

Color convert

RGB194181126-
CMYK00.070.350.24
HSL48.53º35.79%62.75%-
HSV(B)48.53º35.05%76.08%-
XYZ42.5446.0226.38-
YUV178.6298.31138.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 126 (49.61% from 255) = 25.15%
R=38.72%
G=36.13%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418112600.070.350.2448.5335.7962.75
HexC2B57E07231831243f
Octal302265176074330614477
Binary11000010101101011111110011110001111000110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B57E; }

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

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

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

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

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

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

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

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