#C3B48B

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

Shades of Ecru #C3B48B

Tints of Ecru #C3B48B

Color information

#C3B48B (or 0xC3B48B) is unknown color: approx Ecru. HEX triplet: C3, B4 and 8B. RGB value is (195,180,139). Sum of RGB (Red+Green+Blue) = 195+180+139=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B48B is #3C4B74. Grayscale: #B3B3B3. Windows color (decimal): -3951477 or 9155779. OLE color: 9155779.

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

Color convert

RGB195180139-
CMYK00.080.290.24
HSL43.93º31.82%65.49%-
HSV(B)43.93º28.72%76.47%-
XYZ43.4946.1131.03-
YUV179.81104.97138.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 139 (54.69% from 255) = 27.04%
R=37.94%
G=35.02%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518013900.080.290.2443.9331.8265.49
HexC3B48B081D182c2041
Octal30326421301035305440101
Binary1100001110110100100010110100011101110001011001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B48B; }

 p { color: rgb(195,180,139); }

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

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

 a { background-color: rgb(195,180,139); }

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

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

 span { border-color: rgb(195,180,139); }

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