Html Css Color HEX #945572 Mauve Taupe

📋 copy color: '#945572'

red 148 ◦ green 85 ◦ blue 114

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

Shades of Mauve Taupe #945572

Tints of Mauve Taupe #945572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

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

R = 42.65%
G = 24.5%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#945572 (or 0x945572) is known color: Mauve Taupe. HEX triplet: 94, 55 and 72. RGB value is (148,85,114). Sum of RGB (Red+Green+Blue) = 148+85+114=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #945572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945572 is #6BAA8D. Grayscale: #6B6B6B. Windows color (decimal): -7056014 or 7493012. OLE color: 7493012.

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

Color convert

RGB 148 85 114 -
CMYK 0 0.43 0.23 0.42
HSL 332.38º 0.27% 0.46% -
HSV(B) 332.38º 0.43% 0.58% -
XYZ 18.5 14.01 17.65 -
YUV 107.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 148 85 114 0 0.43 0.23 0.42 332.38 0.27 0.46
Hex 94 55 72 0 2B 17 2A 14C 1B 2E
Octal 224 125 162 0 53 27 52 514 33 56
Binary 10010100 1010101 1110010 0 101011 10111 101010 101001100 11011 101110

Color Harmonies of #945572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945572

Black with #945572

Text Example


Text Example

White with #945572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945572; }

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

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

background-color css

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

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

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

border-color css

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

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

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