Html Css Color HEX #945770 Mauve Taupe

📋 copy color: '#945770'

red 148 ◦ green 87 ◦ blue 112

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

Shades of Mauve Taupe #945770

Tints of Mauve Taupe #945770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.07%

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

R = 42.65%
G = 25.07%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#945770 (or 0x945770) is known color: Mauve Taupe. HEX triplet: 94, 57 and 70. RGB value is (148,87,112). Sum of RGB (Red+Green+Blue) = 148+87+112=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #945770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945770 is #6BA88F. Grayscale: #6C6C6C. Windows color (decimal): -7055504 or 7362452. OLE color: 7362452.

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

Color convert

RGB 148 87 112 -
CMYK 0 0.41 0.24 0.42
HSL 335.41º 0.26% 0.46% -
HSV(B) 335.41º 0.41% 0.58% -
XYZ 18.55 14.28 17.11 -
YUV 108.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 148 87 112 0 0.41 0.24 0.42 335.41 0.26 0.46
Hex 94 57 70 0 29 18 2A 14F 1A 2E
Octal 224 127 160 0 51 30 52 517 32 56
Binary 10010100 1010111 1110000 0 101001 11000 101010 101001111 11010 101110

Color Harmonies of #945770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945770

Black with #945770

Text Example


Text Example

White with #945770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945770; }

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

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

background-color css

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

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

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

border-color css

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

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

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