Html Css Color HEX #946276 Mauve Taupe

📋 copy color: '#946276'

red 148 ◦ green 98 ◦ blue 118

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

Shades of Mauve Taupe #946276

Tints of Mauve Taupe #946276

RGB

 RED value IS 148 (58.2% from 255) = 40.66%

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

 BLUE value IS 118 (46.48% from 255) = 32.42%

R = 40.66%
G = 26.92%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#946276 (or 0x946276) is known color: Mauve Taupe. HEX triplet: 94, 62 and 76. RGB value is (148,98,118). Sum of RGB (Red+Green+Blue) = 148+98+118=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #946276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946276 is #6B9D89. Grayscale: #737373. Windows color (decimal): -7052682 or 7758484. OLE color: 7758484.

HSL color Cylindrical-coordinate representation of color #946276: hue angle of 336º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946276 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 98 118 -
CMYK 0 0.34 0.20 0.42
HSL 336º 0.2% 0.48% -
HSV(B) 336º 0.34% 0.58% -
XYZ 19.85 16.34 19.25 -
YUV 115.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 148 98 118 0 0.34 0.20 0.42 336 0.2 0.48
Hex 94 62 76 0 22 14 2A 150 14 30
Octal 224 142 166 0 42 24 52 520 24 60
Binary 10010100 1100010 1110110 0 100010 10100 101010 101010000 10100 110000

Color Harmonies of #946276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946276

Black with #946276

Text Example


Text Example

White with #946276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946276; }

 p { color: rgb(148,98,118); }

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

background-color css

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

 a { background-color: rgb(148,98,118); }

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

border-color css

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

 span { border-color: rgb(148,98,118); }

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