Html Css Color HEX #995275 Mauve Taupe

📋 copy color: '#995275'

red 153 ◦ green 82 ◦ blue 117

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

Shades of Mauve Taupe #995275

Tints of Mauve Taupe #995275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.3%

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

R = 43.47%
G = 23.3%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#995275 (or 0x995275) is known color: Mauve Taupe. HEX triplet: 99, 52 and 75. RGB value is (153,82,117). Sum of RGB (Red+Green+Blue) = 153+82+117=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #995275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995275 is #66AD8A. Grayscale: #6B6B6B. Windows color (decimal): -6729099 or 7688857. OLE color: 7688857.

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

Color convert

RGB 153 82 117 -
CMYK 0 0.46 0.24 0.4
HSL 330.42º 0.3% 0.46% -
HSV(B) 330.42º 0.46% 0.6% -
XYZ 19.37 14.09 18.53 -
YUV 107.22 133.52 160.65 -
System Red Green Blue C M Y K H S L
Decimal 153 82 117 0 0.46 0.24 0.4 330.42 0.3 0.46
Hex 99 52 75 0 2E 18 28 14A 1E 2E
Octal 231 122 165 0 56 30 50 512 36 56
Binary 10011001 1010010 1110101 0 101110 11000 101000 101001010 11110 101110

Color Harmonies of #995275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995275

Black with #995275

Text Example


Text Example

White with #995275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995275; }

 p { color: rgb(153,82,117); }

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

background-color css

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

 a { background-color: rgb(153,82,117); }

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

border-color css

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

 span { border-color: rgb(153,82,117); }

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