Html Css Color HEX #958293 Taupe Grey

📋 copy color: '#958293'

red 149 ◦ green 130 ◦ blue 147

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

Shades of Taupe Grey #958293

Tints of Taupe Grey #958293

RGB

 RED value IS 149 (58.59% from 255) = 34.98%

 GREEN value IS 130 (51.17% from 255) = 30.52%

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

R = 34.98%
G = 30.52%
B = 34.51%

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

#958293 (or 0x958293) is known color: Taupe Grey. HEX triplet: 95, 82 and 93. RGB value is (149,130,147). Sum of RGB (Red+Green+Blue) = 149+130+147=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #958293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958293 is #6A7D6C. Grayscale: #898989. Windows color (decimal): -6978925 or 9667221. OLE color: 9667221.

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

Color convert

RGB 149 130 147 -
CMYK 0 0.13 0.01 0.42
HSL 306.32º 0.08% 0.55% -
HSV(B) 306.32º 0.13% 0.58% -
XYZ 25.64 24.46 30.97 -
YUV 137.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 149 130 147 0 0.13 0.01 0.42 306.32 0.08 0.55
Hex 95 82 93 0 D 1 2A 132 8 37
Octal 225 202 223 0 15 1 52 462 10 67
Binary 10010101 10000010 10010011 0 1101 1 101010 100110010 1000 110111

Color Harmonies of #958293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958293

Black with #958293

Text Example


Text Example

White with #958293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958293; }

 p { color: rgb(149,130,147); }

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

background-color css

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

 a { background-color: rgb(149,130,147); }

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

border-color css

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

 span { border-color: rgb(149,130,147); }

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