#C4B17F

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

Shades of Ecru #C4B17F

Tints of Ecru #C4B17F

Color information

#C4B17F (or 0xC4B17F) is unknown color: approx Ecru. HEX triplet: C4, B1 and 7F. RGB value is (196,177,127). Sum of RGB (Red+Green+Blue) = 196+177+127=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B17F is #3B4E80. Grayscale: #B1B1B1. Windows color (decimal): -3886721 or 8368580. OLE color: 8368580.

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

Color convert

RGB196177127-
CMYK00.100.350.23
HSL43.48º36.9%63.33%-
HSV(B)43.48º35.2%76.86%-
XYZ42.3244.7126.48-
YUV176.9899.79141.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 177 (69.53% from 255) = 35.4%
BLUE value IS 127 (50% from 255) = 25.4%
R=39.2%
G=35.4%
B=25.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617712700.100.350.2343.4836.963.33
HexC4B17F0A23172b253f
Octal3042611770124327534577
Binary110001001011000111111110101010001110111101011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B17F; }

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

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

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

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

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

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

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

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