Html Css Color HEX #945975 Mauve Taupe

📋 copy color: '#945975'

red 148 ◦ green 89 ◦ blue 117

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

Shades of Mauve Taupe #945975

Tints of Mauve Taupe #945975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.14%

 BLUE value IS 117 (46.09% from 255) = 33.05%

R = 41.81%
G = 25.14%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#945975 (or 0x945975) is known color: Mauve Taupe. HEX triplet: 94, 59 and 75. RGB value is (148,89,117). Sum of RGB (Red+Green+Blue) = 148+89+117=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #945975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945975 is #6BA68A. Grayscale: #6D6D6D. Windows color (decimal): -7054987 or 7690644. OLE color: 7690644.

HSL color Cylindrical-coordinate representation of color #945975: hue angle of 331.53º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #945975 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 89 117 -
CMYK 0 0.40 0.21 0.42
HSL 331.53º 0.25% 0.46% -
HSV(B) 331.53º 0.4% 0.58% -
XYZ 19 14.73 18.67 -
YUV 109.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 148 89 117 0 0.40 0.21 0.42 331.53 0.25 0.46
Hex 94 59 75 0 28 15 2A 14C 19 2E
Octal 224 131 165 0 50 25 52 514 31 56
Binary 10010100 1011001 1110101 0 101000 10101 101010 101001100 11001 101110

Color Harmonies of #945975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945975

Black with #945975

Text Example


Text Example

White with #945975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945975; }

 p { color: rgb(148,89,117); }

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

background-color css

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

 a { background-color: rgb(148,89,117); }

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

border-color css

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

 span { border-color: rgb(148,89,117); }

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