Html Css Color HEX #946270 Mauve Taupe

📋 copy color: '#946270'

red 148 ◦ green 98 ◦ blue 112

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

Shades of Mauve Taupe #946270

Tints of Mauve Taupe #946270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 41.34%
G = 27.37%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#946270 (or 0x946270) is known color: Mauve Taupe. HEX triplet: 94, 62 and 70. RGB value is (148,98,112). Sum of RGB (Red+Green+Blue) = 148+98+112=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #946270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946270 is #6B9D8F. Grayscale: #727272. Windows color (decimal): -7052688 or 7365268. OLE color: 7365268.

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

Color convert

RGB 148 98 112 -
CMYK 0 0.34 0.24 0.42
HSL 343.2º 0.2% 0.48% -
HSV(B) 343.2º 0.34% 0.58% -
XYZ 19.51 16.2 17.43 -
YUV 114.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 148 98 112 0 0.34 0.24 0.42 343.2 0.2 0.48
Hex 94 62 70 0 22 18 2A 157 14 30
Octal 224 142 160 0 42 30 52 527 24 60
Binary 10010100 1100010 1110000 0 100010 11000 101010 101010111 10100 110000

Color Harmonies of #946270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946270

Black with #946270

Text Example


Text Example

White with #946270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946270; }

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

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

background-color css

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

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

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

border-color css

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

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

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