Html Css Color HEX #985275 Mauve Taupe

📋 copy color: '#985275'

red 152 ◦ green 82 ◦ blue 117

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

Shades of Mauve Taupe #985275

Tints of Mauve Taupe #985275

RGB

 RED value IS 152 (59.77% from 255) = 43.3%

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

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

R = 43.3%
G = 23.36%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#985275 (or 0x985275) is known color: Mauve Taupe. HEX triplet: 98, 52 and 75. RGB value is (152,82,117). Sum of RGB (Red+Green+Blue) = 152+82+117=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #985275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985275 is #67AD8A. Grayscale: #6A6A6A. Windows color (decimal): -6794635 or 7688856. OLE color: 7688856.

HSL color Cylindrical-coordinate representation of color #985275: hue angle of 330º 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 #985275 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 82 117 -
CMYK 0 0.46 0.23 0.40
HSL 330º 0.3% 0.46% -
HSV(B) 330º 0.46% 0.6% -
XYZ 19.18 13.99 18.52 -
YUV 106.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 152 82 117 0 0.46 0.23 0.40 330 0.3 0.46
Hex 98 52 75 0 2E 17 28 14A 1E 2E
Octal 230 122 165 0 56 27 50 512 36 56
Binary 10011000 1010010 1110101 0 101110 10111 101000 101001010 11110 101110

Color Harmonies of #985275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985275

Black with #985275

Text Example


Text Example

White with #985275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985275; }

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

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

background-color css

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

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

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

border-color css

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

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

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