Html Css Color HEX #955A75 Mauve Taupe

📋 copy color: '#955A75'

red 149 ◦ green 90 ◦ blue 117

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

Shades of Mauve Taupe #955A75

Tints of Mauve Taupe #955A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

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

R = 41.85%
G = 25.28%
B = 32.87%

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

#955A75 (or 0x955A75) is known color: Mauve Taupe. HEX triplet: 95, 5A and 75. RGB value is (149,90,117). Sum of RGB (Red+Green+Blue) = 149+90+117=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #955A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A75 is #6AA58A. Grayscale: #6E6E6E. Windows color (decimal): -6989195 or 7690901. OLE color: 7690901.

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

Color convert

RGB 149 90 117 -
CMYK 0 0.40 0.21 0.42
HSL 332.54º 0.25% 0.47% -
HSV(B) 332.54º 0.4% 0.58% -
XYZ 19.26 14.99 18.71 -
YUV 110.72 131.55 155.3 -
System Red Green Blue C M Y K H S L
Decimal 149 90 117 0 0.40 0.21 0.42 332.54 0.25 0.47
Hex 95 5A 75 0 28 15 2A 14D 19 2F
Octal 225 132 165 0 50 25 52 515 31 57
Binary 10010101 1011010 1110101 0 101000 10101 101010 101001101 11001 101111

Color Harmonies of #955A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A75

Black with #955A75

Text Example


Text Example

White with #955A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955A75; }

 p { color: rgb(149,90,117); }

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

background-color css

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

 a { background-color: rgb(149,90,117); }

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

border-color css

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

 span { border-color: rgb(149,90,117); }

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