#C4B47F

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

Shades of Ecru #C4B47F

Tints of Ecru #C4B47F

Color information

#C4B47F (or 0xC4B47F) is unknown color: approx Ecru. HEX triplet: C4, B4 and 7F. RGB value is (196,180,127). Sum of RGB (Red+Green+Blue) = 196+180+127=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B47F is #3B4B80. Grayscale: #B2B2B2. Windows color (decimal): -3885953 or 8369348. OLE color: 8369348.

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

Color convert

RGB196180127-
CMYK00.080.350.23
HSL46.09º36.9%63.33%-
HSV(B)46.09º35.2%76.86%-
XYZ42.9245.9126.68-
YUV178.7498.8140.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 127 (50% from 255) = 25.25%
R=38.97%
G=35.79%
B=25.25%

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
Decimal19618012700.080.350.2346.0936.963.33
HexC4B47F0823172e253f
Octal3042641770104327564577
Binary110001001011010011111110100010001110111101110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B47F; }

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

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

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

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

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

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

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

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