Html Css Color HEX #946075 Mauve Taupe

📋 copy color: '#946075'

red 148 ◦ green 96 ◦ blue 117

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

Shades of Mauve Taupe #946075

Tints of Mauve Taupe #946075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

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

R = 41%
G = 26.59%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#946075 (or 0x946075) is known color: Mauve Taupe. HEX triplet: 94, 60 and 75. RGB value is (148,96,117). Sum of RGB (Red+Green+Blue) = 148+96+117=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #946075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946075 is #6B9F8A. Grayscale: #717171. Windows color (decimal): -7053195 or 7692436. OLE color: 7692436.

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

Color convert

RGB 148 96 117 -
CMYK 0 0.35 0.21 0.42
HSL 335.77º 0.21% 0.48% -
HSV(B) 335.77º 0.35% 0.58% -
XYZ 19.61 15.95 18.87 -
YUV 113.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 148 96 117 0 0.35 0.21 0.42 335.77 0.21 0.48
Hex 94 60 75 0 23 15 2A 150 15 30
Octal 224 140 165 0 43 25 52 520 25 60
Binary 10010100 1100000 1110101 0 100011 10101 101010 101010000 10101 110000

Color Harmonies of #946075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946075

Black with #946075

Text Example


Text Example

White with #946075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946075; }

 p { color: rgb(148,96,117); }

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

background-color css

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

 a { background-color: rgb(148,96,117); }

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

border-color css

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

 span { border-color: rgb(148,96,117); }

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