Html Css Color HEX #995472 Mauve Taupe

📋 copy color: '#995472'

red 153 ◦ green 84 ◦ blue 114

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

Shades of Mauve Taupe #995472

Tints of Mauve Taupe #995472

RGB

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

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

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

R = 43.59%
G = 23.93%
B = 32.48%

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

#995472 (or 0x995472) is known color: Mauve Taupe. HEX triplet: 99, 54 and 72. RGB value is (153,84,114). Sum of RGB (Red+Green+Blue) = 153+84+114=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #995472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995472 is #66AB8D. Grayscale: #6C6C6C. Windows color (decimal): -6728590 or 7492761. OLE color: 7492761.

HSL color Cylindrical-coordinate representation of color #995472: hue angle of 333.91º 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 #995472 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 84 114 -
CMYK 0 0.45 0.25 0.4
HSL 333.91º 0.29% 0.46% -
HSV(B) 333.91º 0.45% 0.6% -
XYZ 19.34 14.33 17.67 -
YUV 108.05 131.36 160.06 -
System Red Green Blue C M Y K H S L
Decimal 153 84 114 0 0.45 0.25 0.4 333.91 0.29 0.46
Hex 99 54 72 0 2D 19 28 14E 1D 2E
Octal 231 124 162 0 55 31 50 516 35 56
Binary 10011001 1010100 1110010 0 101101 11001 101000 101001110 11101 101110

Color Harmonies of #995472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995472

Black with #995472

Text Example


Text Example

White with #995472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995472; }

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

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

background-color css

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

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

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

border-color css

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

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

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