Html Css Color HEX #945575 Mauve Taupe

📋 copy color: '#945575'

red 148 ◦ green 85 ◦ blue 117

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

Shades of Mauve Taupe #945575

Tints of Mauve Taupe #945575

RGB

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

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

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

R = 42.29%
G = 24.29%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#945575 (or 0x945575) is known color: Mauve Taupe. HEX triplet: 94, 55 and 75. RGB value is (148,85,117). Sum of RGB (Red+Green+Blue) = 148+85+117=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #945575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945575 is #6BAA8A. Grayscale: #6B6B6B. Windows color (decimal): -7056011 or 7689620. OLE color: 7689620.

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

Color convert

RGB 148 85 117 -
CMYK 0 0.43 0.21 0.42
HSL 329.52º 0.27% 0.46% -
HSV(B) 329.52º 0.43% 0.58% -
XYZ 18.67 14.08 18.56 -
YUV 107.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 148 85 117 0 0.43 0.21 0.42 329.52 0.27 0.46
Hex 94 55 75 0 2B 15 2A 14A 1B 2E
Octal 224 125 165 0 53 25 52 512 33 56
Binary 10010100 1010101 1110101 0 101011 10101 101010 101001010 11011 101110

Color Harmonies of #945575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945575

Black with #945575

Text Example


Text Example

White with #945575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945575; }

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

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

background-color css

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

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

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

border-color css

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

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

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