Html Css Color HEX #995570 Mauve Taupe

📋 copy color: '#995570'

red 153 ◦ green 85 ◦ blue 112

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

Shades of Mauve Taupe #995570

Tints of Mauve Taupe #995570

RGB

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

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

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

R = 43.71%
G = 24.29%
B = 32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#995570 (or 0x995570) is known color: Mauve Taupe. HEX triplet: 99, 55 and 70. RGB value is (153,85,112). Sum of RGB (Red+Green+Blue) = 153+85+112=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #995570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995570 is #66AA8F. Grayscale: #6C6C6C. Windows color (decimal): -6728336 or 7361945. OLE color: 7361945.

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

Color convert

RGB 153 85 112 -
CMYK 0 0.44 0.27 0.4
HSL 336.18º 0.29% 0.47% -
HSV(B) 336.18º 0.44% 0.6% -
XYZ 19.31 14.44 17.1 -
YUV 108.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 153 85 112 0 0.44 0.27 0.4 336.18 0.29 0.47
Hex 99 55 70 0 2C 1B 28 150 1D 2F
Octal 231 125 160 0 54 33 50 520 35 57
Binary 10011001 1010101 1110000 0 101100 11011 101000 101010000 11101 101111

Color Harmonies of #995570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995570

Black with #995570

Text Example


Text Example

White with #995570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995570; }

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

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

background-color css

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

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

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

border-color css

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

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

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