Html Css Color HEX #945972 Mauve Taupe

📋 copy color: '#945972'

red 148 ◦ green 89 ◦ blue 114

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

Shades of Mauve Taupe #945972

Tints of Mauve Taupe #945972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 42.17%
G = 25.36%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#945972 (or 0x945972) is known color: Mauve Taupe. HEX triplet: 94, 59 and 72. RGB value is (148,89,114). Sum of RGB (Red+Green+Blue) = 148+89+114=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #945972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945972 is #6BA68D. Grayscale: #6D6D6D. Windows color (decimal): -7054990 or 7494036. OLE color: 7494036.

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

Color convert

RGB 148 89 114 -
CMYK 0 0.40 0.23 0.42
HSL 334.58º 0.25% 0.46% -
HSV(B) 334.58º 0.4% 0.58% -
XYZ 18.82 14.66 17.76 -
YUV 109.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 148 89 114 0 0.40 0.23 0.42 334.58 0.25 0.46
Hex 94 59 72 0 28 17 2A 14F 19 2E
Octal 224 131 162 0 50 27 52 517 31 56
Binary 10010100 1011001 1110010 0 101000 10111 101010 101001111 11001 101110

Color Harmonies of #945972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945972

Black with #945972

Text Example


Text Example

White with #945972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945972; }

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

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

background-color css

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

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

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

border-color css

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

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

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