#C4B57F

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

Shades of Ecru #C4B57F

Tints of Ecru #C4B57F

Color information

#C4B57F (or 0xC4B57F) is unknown color: approx Ecru. HEX triplet: C4, B5 and 7F. RGB value is (196,181,127). Sum of RGB (Red+Green+Blue) = 196+181+127=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B57F is #3B4A80. Grayscale: #B3B3B3. Windows color (decimal): -3885697 or 8369604. OLE color: 8369604.

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

Color convert

RGB196181127-
CMYK00.080.350.23
HSL46.96º36.9%63.33%-
HSV(B)46.96º35.2%76.86%-
XYZ43.1246.3226.75-
YUV179.3398.47139.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 127 (50% from 255) = 25.20%
R=38.89%
G=35.91%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618112700.080.350.2346.9636.963.33
HexC4B57F0823172f253f
Octal3042651770104327574577
Binary110001001011010111111110100010001110111101111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B57F; }

 p { color: rgb(196,181,127); }

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

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

 a { background-color: rgb(196,181,127); }

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

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

 span { border-color: rgb(196,181,127); }

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