#945A70

Color #945A70 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #945A70

Tints of Mauve Taupe #945A70

Color information

#945A70 (or 0x945A70) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5A and 70. RGB value is (148,90,112). Sum of RGB (Red+Green+Blue) = 148+90+112=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #945A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A70 is #6BA58F. Grayscale: #6D6D6D. Windows color (decimal): -7054736 or 7363220. OLE color: 7363220.

HSL color Cylindrical-coordinate representation of color #945A70: hue angle of 337.24º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945A70 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14890112-
CMYK00.390.240.42
HSL337.24º24.37%46.67%-
HSV(B)337.24º39.19%58.04%-
XYZ18.7914.7817.19-
YUV109.85129.22155.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 90 (35.55% from 255) = 25.71%
BLUE value IS 112 (44.14% from 255) = 32%
R=42.29%
G=25.71%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489011200.390.240.42337.2424.3746.67
Hex945A70027182A151182f
Octal22413216004730525213057
Binary100101001011010111000001001111100010101010101000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945A70; }

 p { color: rgb(148,90,112); }

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

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

 a { background-color: rgb(148,90,112); }

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

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

 span { border-color: rgb(148,90,112); }

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