Html Css Color HEX #995473 Mauve Taupe

📋 copy color: '#995473'

red 153 ◦ green 84 ◦ blue 115

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

Shades of Mauve Taupe #995473

Tints of Mauve Taupe #995473

RGB

 RED value IS 153 (60.16% from 255) = 43.47%

 GREEN value IS 84 (33.2% from 255) = 23.86%

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 43.47%
G = 23.86%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#995473 (or 0x995473) is known color: Mauve Taupe. HEX triplet: 99, 54 and 73. RGB value is (153,84,115). Sum of RGB (Red+Green+Blue) = 153+84+115=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #995473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995473 is #66AB8C. Grayscale: #6C6C6C. Windows color (decimal): -6728589 or 7558297. OLE color: 7558297.

HSL color Cylindrical-coordinate representation of color #995473: hue angle of 333.04º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995473 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 84 115 -
CMYK 0 0.45 0.25 0.4
HSL 333.04º 0.29% 0.46% -
HSV(B) 333.04º 0.45% 0.6% -
XYZ 19.4 14.35 17.97 -
YUV 108.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 153 84 115 0 0.45 0.25 0.4 333.04 0.29 0.46
Hex 99 54 73 0 2D 19 28 14D 1D 2E
Octal 231 124 163 0 55 31 50 515 35 56
Binary 10011001 1010100 1110011 0 101101 11001 101000 101001101 11101 101110

Color Harmonies of #995473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995473

Black with #995473

Text Example


Text Example

White with #995473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995473; }

 p { color: rgb(153,84,115); }

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

background-color css

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

 a { background-color: rgb(153,84,115); }

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

border-color css

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

 span { border-color: rgb(153,84,115); }

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