#C4B575

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

Shades of Ecru #C4B575

Tints of Ecru #C4B575

Color information

#C4B575 (or 0xC4B575) is unknown color: approx Ecru. HEX triplet: C4, B5 and 75. RGB value is (196,181,117). Sum of RGB (Red+Green+Blue) = 196+181+117=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B575 is #3B4A8A. Grayscale: #B2B2B2. Windows color (decimal): -3885707 or 7714244. OLE color: 7714244.

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

Color convert

RGB196181117-
CMYK00.080.400.23
HSL48.61º40.1%61.37%-
HSV(B)48.61º40.31%76.86%-
XYZ42.546.0723.48-
YUV178.1993.47140.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.68%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=39.68%
G=36.64%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618111700.080.400.2348.6140.161.37
HexC4B57508281731283d
Octal3042651650105027615075
Binary110001001011010111101010100010100010111110001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B575; }

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

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

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

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

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

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

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

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