Html Css Color HEX #945E70 Mauve Taupe

📋 copy color: '#945E70'

red 148 ◦ green 94 ◦ blue 112

#945E70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #945E70

Tints of Mauve Taupe #945E70

RGB

 RED value IS 148 (58.2% from 255) = 41.81%

 GREEN value IS 94 (37.11% from 255) = 26.55%

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 41.81%
G = 26.55%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#945E70 (or 0x945E70) is known color: Mauve Taupe. HEX triplet: 94, 5E and 70. RGB value is (148,94,112). Sum of RGB (Red+Green+Blue) = 148+94+112=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #945E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E70 is #6BA18F. Grayscale: #707070. Windows color (decimal): -7053712 or 7364244. OLE color: 7364244.

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

Color convert

RGB 148 94 112 -
CMYK 0 0.36 0.24 0.42
HSL 340º 0.22% 0.47% -
HSV(B) 340º 0.36% 0.58% -
XYZ 19.14 15.47 17.31 -
YUV 112.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 148 94 112 0 0.36 0.24 0.42 340 0.22 0.47
Hex 94 5E 70 0 24 18 2A 154 16 2F
Octal 224 136 160 0 44 30 52 524 26 57
Binary 10010100 1011110 1110000 0 100100 11000 101010 101010100 10110 101111

Color Harmonies of #945E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E70

Black with #945E70

Text Example


Text Example

White with #945E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #945E70;
 }
 .AnyTagClassName
 {
   color: #945E70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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