#C3B377

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

Shades of Ecru #C3B377

Tints of Ecru #C3B377

Color information

#C3B377 (or 0xC3B377) is unknown color: approx Ecru. HEX triplet: C3, B3 and 77. RGB value is (195,179,119). Sum of RGB (Red+Green+Blue) = 195+179+119=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B377 is #3C4C88. Grayscale: #B1B1B1. Windows color (decimal): -3951753 or 7844803. OLE color: 7844803.

HSL color Cylindrical-coordinate representation of color #C3B377: hue angle of 47.37º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C3B377 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB195179119-
CMYK00.080.390.24
HSL47.37º38.78%61.57%-
HSV(B)47.37º38.97%76.47%-
XYZ41.9645.1723.96-
YUV176.9495.3140.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=39.55%
G=36.31%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517911900.080.390.2447.3738.7861.57
HexC3B3770827182f273e
Octal3032631670104730574776
Binary110000111011001111101110100010011111000101111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B377; }

 p { color: rgb(195,179,119); }

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

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

 a { background-color: rgb(195,179,119); }

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

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

 span { border-color: rgb(195,179,119); }

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