#C3B373

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

Shades of Ecru #C3B373

Tints of Ecru #C3B373

Color information

#C3B373 (or 0xC3B373) is unknown color: approx Ecru. HEX triplet: C3, B3 and 73. RGB value is (195,179,115). Sum of RGB (Red+Green+Blue) = 195+179+115=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B373 is #3C4C8C. Grayscale: #B0B0B0. Windows color (decimal): -3951757 or 7582659. OLE color: 7582659.

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

Color convert

RGB195179115-
CMYK00.080.410.24
HSL48º40%60.78%-
HSV(B)48º41.03%76.47%-
XYZ41.7245.0822.72-
YUV176.4993.3141.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 115 (45.31% from 255) = 23.52%
R=39.88%
G=36.61%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517911500.080.410.24484060.78
HexC3B37308291830283d
Octal3032631630105130605075
Binary110000111011001111100110100010100111000110000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B373; }

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

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

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

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

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

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

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

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