#C3B175

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

Shades of Ecru #C3B175

Tints of Ecru #C3B175

Color information

#C3B175 (or 0xC3B175) is unknown color: approx Ecru. HEX triplet: C3, B1 and 75. RGB value is (195,177,117). Sum of RGB (Red+Green+Blue) = 195+177+117=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B175 is #3C4E8A. Grayscale: #AFAFAF. Windows color (decimal): -3952267 or 7713219. OLE color: 7713219.

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

Color convert

RGB195177117-
CMYK00.090.40.24
HSL46.15º39.39%61.18%-
HSV(B)46.15º40%76.47%-
XYZ41.4444.3323.2-
YUV175.5494.96141.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=39.88%
G=36.20%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517711700.090.40.2446.1539.3961.18
HexC3B1750928182e273d
Octal3032611650115030564775
Binary110000111011000111101010100110100011000101110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B175; }

 p { color: rgb(195,177,117); }

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

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

 a { background-color: rgb(195,177,117); }

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

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

 span { border-color: rgb(195,177,117); }

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