#C3B376

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

Shades of Ecru #C3B376

Tints of Ecru #C3B376

Color information

#C3B376 (or 0xC3B376) is unknown color: approx Ecru. HEX triplet: C3, B3 and 76. RGB value is (195,179,118). Sum of RGB (Red+Green+Blue) = 195+179+118=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B376 is #3C4C89. Grayscale: #B1B1B1. Windows color (decimal): -3951754 or 7779267. OLE color: 7779267.

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

Color convert

RGB195179118-
CMYK00.080.390.24
HSL47.53º39.09%61.37%-
HSV(B)47.53º39.49%76.47%-
XYZ41.945.1523.65-
YUV176.8394.8140.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=39.63%
G=36.38%
B=23.98%

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
Decimal19517911800.080.390.2447.5339.0961.37
HexC3B37608271830273d
Octal3032631660104730604775
Binary110000111011001111101100100010011111000110000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B376; }

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

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

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

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

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

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

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

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