#C4B176

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

Shades of Ecru #C4B176

Tints of Ecru #C4B176

Color information

#C4B176 (or 0xC4B176) is unknown color: approx Ecru. HEX triplet: C4, B1 and 76. RGB value is (196,177,118). Sum of RGB (Red+Green+Blue) = 196+177+118=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B176 is #3B4E89. Grayscale: #B0B0B0. Windows color (decimal): -3886730 or 7778756. OLE color: 7778756.

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

Color convert

RGB196177118-
CMYK00.100.400.23
HSL45.38º39.8%61.57%-
HSV(B)45.38º39.8%76.86%-
XYZ41.7644.4923.53-
YUV175.9695.29142.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=39.92%
G=36.05%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617711800.100.400.2345.3839.861.57
HexC4B1760A28172d283e
Octal3042611660125027555076
Binary110001001011000111101100101010100010111101101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B176; }

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

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

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

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

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

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

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

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