Html Css Color HEX #986278 Mauve Taupe

📋 copy color: '#986278'

red 152 ◦ green 98 ◦ blue 120

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

Shades of Mauve Taupe #986278

Tints of Mauve Taupe #986278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.49%

 BLUE value IS 120 (47.27% from 255) = 32.43%

R = 41.08%
G = 26.49%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#986278 (or 0x986278) is known color: Mauve Taupe. HEX triplet: 98, 62 and 78. RGB value is (152,98,120). Sum of RGB (Red+Green+Blue) = 152+98+120=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #986278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986278 is #679D87. Grayscale: #747474. Windows color (decimal): -6790536 or 7889560. OLE color: 7889560.

HSL color Cylindrical-coordinate representation of color #986278: hue angle of 335.56º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986278 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 98 120 -
CMYK 0 0.36 0.21 0.40
HSL 335.56º 0.22% 0.49% -
HSV(B) 335.56º 0.36% 0.6% -
XYZ 20.71 16.77 19.91 -
YUV 116.65 129.89 153.21 -
System Red Green Blue C M Y K H S L
Decimal 152 98 120 0 0.36 0.21 0.40 335.56 0.22 0.49
Hex 98 62 78 0 24 15 28 150 16 31
Octal 230 142 170 0 44 25 50 520 26 61
Binary 10011000 1100010 1111000 0 100100 10101 101000 101010000 10110 110001

Color Harmonies of #986278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986278

Black with #986278

Text Example


Text Example

White with #986278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986278; }

 p { color: rgb(152,98,120); }

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

background-color css

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

 a { background-color: rgb(152,98,120); }

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

border-color css

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

 span { border-color: rgb(152,98,120); }

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