#C3B174

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

Shades of Ecru #C3B174

Tints of Ecru #C3B174

Color information

#C3B174 (or 0xC3B174) is unknown color: approx Ecru. HEX triplet: C3, B1 and 74. RGB value is (195,177,116). Sum of RGB (Red+Green+Blue) = 195+177+116=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B174 is #3C4E8B. Grayscale: #AFAFAF. Windows color (decimal): -3952268 or 7647683. OLE color: 7647683.

HSL color Cylindrical-coordinate representation of color #C3B174: hue angle of 46.33º 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 #C3B174 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB195177116-
CMYK00.090.410.24
HSL46.33º39.7%60.98%-
HSV(B)46.33º40.51%76.47%-
XYZ41.3844.3122.89-
YUV175.4394.46141.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=39.96%
G=36.27%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517711600.090.410.2446.3339.760.98
HexC3B1740929182e283d
Octal3032611640115130565075
Binary110000111011000111101000100110100111000101110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B174; }

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

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

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

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

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

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

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

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