#C4B375

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

Shades of Ecru #C4B375

Tints of Ecru #C4B375

Color information

#C4B375 (or 0xC4B375) is unknown color: approx Ecru. HEX triplet: C4, B3 and 75. RGB value is (196,179,117). Sum of RGB (Red+Green+Blue) = 196+179+117=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B375 is #3B4C8A. Grayscale: #B1B1B1. Windows color (decimal): -3886219 or 7713732. OLE color: 7713732.

HSL color Cylindrical-coordinate representation of color #C4B375: hue angle of 47.09º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4B375 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196179117-
CMYK00.090.400.23
HSL47.09º40.1%61.37%-
HSV(B)47.09º40.31%76.86%-
XYZ42.145.2623.35-
YUV177.0294.13141.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.84%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=39.84%
G=36.38%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617911700.090.400.2347.0940.161.37
HexC4B3750928172f283d
Octal3042631650115027575075
Binary110001001011001111101010100110100010111101111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B375; }

 p { color: rgb(196,179,117); }

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

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

 a { background-color: rgb(196,179,117); }

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

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

 span { border-color: rgb(196,179,117); }

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