Html Css Color HEX #955572 Mauve Taupe

📋 copy color: '#955572'

red 149 ◦ green 85 ◦ blue 114

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

Shades of Mauve Taupe #955572

Tints of Mauve Taupe #955572

RGB

 RED value IS 149 (58.59% from 255) = 42.82%

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

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

R = 42.82%
G = 24.43%
B = 32.76%

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

#955572 (or 0x955572) is known color: Mauve Taupe. HEX triplet: 95, 55 and 72. RGB value is (149,85,114). Sum of RGB (Red+Green+Blue) = 149+85+114=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #955572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955572 is #6AAA8D. Grayscale: #6B6B6B. Windows color (decimal): -6990478 or 7493013. OLE color: 7493013.

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

Color convert

RGB 149 85 114 -
CMYK 0 0.43 0.23 0.42
HSL 332.81º 0.27% 0.46% -
HSV(B) 332.81º 0.43% 0.58% -
XYZ 18.68 14.1 17.66 -
YUV 107.44 131.7 157.64 -
System Red Green Blue C M Y K H S L
Decimal 149 85 114 0 0.43 0.23 0.42 332.81 0.27 0.46
Hex 95 55 72 0 2B 17 2A 14D 1B 2E
Octal 225 125 162 0 53 27 52 515 33 56
Binary 10010101 1010101 1110010 0 101011 10111 101010 101001101 11011 101110

Color Harmonies of #955572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955572

Black with #955572

Text Example


Text Example

White with #955572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955572; }

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

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

background-color css

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

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

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

border-color css

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

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

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