Html Css Color HEX #995770 Mauve Taupe

📋 copy color: '#995770'

red 153 ◦ green 87 ◦ blue 112

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

Shades of Mauve Taupe #995770

Tints of Mauve Taupe #995770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.72%

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 43.47%
G = 24.72%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#995770 (or 0x995770) is known color: Mauve Taupe. HEX triplet: 99, 57 and 70. RGB value is (153,87,112). Sum of RGB (Red+Green+Blue) = 153+87+112=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #995770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995770 is #66A88F. Grayscale: #6D6D6D. Windows color (decimal): -6727824 or 7362457. OLE color: 7362457.

HSL color Cylindrical-coordinate representation of color #995770: hue angle of 337.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #995770 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 87 112 -
CMYK 0 0.43 0.27 0.4
HSL 337.27º 0.28% 0.47% -
HSV(B) 337.27º 0.43% 0.6% -
XYZ 19.47 14.76 17.15 -
YUV 109.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 153 87 112 0 0.43 0.27 0.4 337.27 0.28 0.47
Hex 99 57 70 0 2B 1B 28 151 1C 2F
Octal 231 127 160 0 53 33 50 521 34 57
Binary 10011001 1010111 1110000 0 101011 11011 101000 101010001 11100 101111

Color Harmonies of #995770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995770

Black with #995770

Text Example


Text Example

White with #995770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995770; }

 p { color: rgb(153,87,112); }

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

background-color css

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

 a { background-color: rgb(153,87,112); }

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

border-color css

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

 span { border-color: rgb(153,87,112); }

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