Html Css Color HEX #946277 Mauve Taupe

📋 copy color: '#946277'

red 148 ◦ green 98 ◦ blue 119

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

Shades of Mauve Taupe #946277

Tints of Mauve Taupe #946277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 40.55%
G = 26.85%
B = 32.6%

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

#946277 (or 0x946277) is known color: Mauve Taupe. HEX triplet: 94, 62 and 77. RGB value is (148,98,119). Sum of RGB (Red+Green+Blue) = 148+98+119=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #946277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946277 is #6B9D88. Grayscale: #737373. Windows color (decimal): -7052681 or 7824020. OLE color: 7824020.

HSL color Cylindrical-coordinate representation of color #946277: hue angle of 334.8º 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 #946277 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 98 119 -
CMYK 0 0.34 0.20 0.42
HSL 334.8º 0.2% 0.48% -
HSV(B) 334.8º 0.34% 0.58% -
XYZ 19.91 16.36 19.56 -
YUV 115.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 148 98 119 0 0.34 0.20 0.42 334.8 0.2 0.48
Hex 94 62 77 0 22 14 2A 14F 14 30
Octal 224 142 167 0 42 24 52 517 24 60
Binary 10010100 1100010 1110111 0 100010 10100 101010 101001111 10100 110000

Color Harmonies of #946277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946277

Black with #946277

Text Example


Text Example

White with #946277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946277; }

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

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

background-color css

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

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

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

border-color css

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

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

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