Html Css Color HEX #948193 Taupe Grey

📋 copy color: '#948193'

red 148 ◦ green 129 ◦ blue 147

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

Shades of Taupe Grey #948193

Tints of Taupe Grey #948193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.42%

 BLUE value IS 147 (57.81% from 255) = 34.67%

R = 34.91%
G = 30.42%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#948193 (or 0x948193) is known color: Taupe Grey. HEX triplet: 94, 81 and 93. RGB value is (148,129,147). Sum of RGB (Red+Green+Blue) = 148+129+147=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #948193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948193 is #6B7E6C. Grayscale: #888888. Windows color (decimal): -7044717 or 9666964. OLE color: 9666964.

HSL color Cylindrical-coordinate representation of color #948193: hue angle of 303.16º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #948193 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 129 147 -
CMYK 0 0.13 0.01 0.42
HSL 303.16º 0.08% 0.54% -
HSV(B) 303.16º 0.13% 0.58% -
XYZ 25.33 24.1 30.92 -
YUV 136.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 148 129 147 0 0.13 0.01 0.42 303.16 0.08 0.54
Hex 94 81 93 0 D 1 2A 12F 8 36
Octal 224 201 223 0 15 1 52 457 10 66
Binary 10010100 10000001 10010011 0 1101 1 101010 100101111 1000 110110

Color Harmonies of #948193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948193

Black with #948193

Text Example


Text Example

White with #948193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948193; }

 p { color: rgb(148,129,147); }

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

background-color css

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

 a { background-color: rgb(148,129,147); }

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

border-color css

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

 span { border-color: rgb(148,129,147); }

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