Html Css Color HEX #945973 Mauve Taupe

📋 copy color: '#945973'

red 148 ◦ green 89 ◦ blue 115

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

Shades of Mauve Taupe #945973

Tints of Mauve Taupe #945973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 42.05%
G = 25.28%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#945973 (or 0x945973) is known color: Mauve Taupe. HEX triplet: 94, 59 and 73. RGB value is (148,89,115). Sum of RGB (Red+Green+Blue) = 148+89+115=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #945973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945973 is #6BA68C. Grayscale: #6D6D6D. Windows color (decimal): -7054989 or 7559572. OLE color: 7559572.

HSL color Cylindrical-coordinate representation of color #945973: hue angle of 333.56º 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 #945973 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 89 115 -
CMYK 0 0.40 0.22 0.42
HSL 333.56º 0.25% 0.46% -
HSV(B) 333.56º 0.4% 0.58% -
XYZ 18.88 14.68 18.06 -
YUV 109.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 148 89 115 0 0.40 0.22 0.42 333.56 0.25 0.46
Hex 94 59 73 0 28 16 2A 14E 19 2E
Octal 224 131 163 0 50 26 52 516 31 56
Binary 10010100 1011001 1110011 0 101000 10110 101010 101001110 11001 101110

Color Harmonies of #945973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945973

Black with #945973

Text Example


Text Example

White with #945973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945973; }

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

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

background-color css

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

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

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

border-color css

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

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

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