Html Css Color HEX #925C73 Mauve Taupe

📋 copy color: '#925C73'

red 146 ◦ green 92 ◦ blue 115

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

Shades of Mauve Taupe #925C73

Tints of Mauve Taupe #925C73

RGB

 RED value IS 146 (57.42% from 255) = 41.36%

 GREEN value IS 92 (36.33% from 255) = 26.06%

 BLUE value IS 115 (45.31% from 255) = 32.58%

R = 41.36%
G = 26.06%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#925C73 (or 0x925C73) is known color: Mauve Taupe. HEX triplet: 92, 5C and 73. RGB value is (146,92,115). Sum of RGB (Red+Green+Blue) = 146+92+115=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #925C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C73 is #6DA38C. Grayscale: #6E6E6E. Windows color (decimal): -7185293 or 7560338. OLE color: 7560338.

HSL color Cylindrical-coordinate representation of color #925C73: hue angle of 334.44º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #925C73 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 92 115 -
CMYK 0 0.37 0.21 0.43
HSL 334.44º 0.23% 0.47% -
HSV(B) 334.44º 0.37% 0.57% -
XYZ 18.78 15 18.13 -
YUV 110.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 146 92 115 0 0.37 0.21 0.43 334.44 0.23 0.47
Hex 92 5C 73 0 25 15 2B 14E 17 2F
Octal 222 134 163 0 45 25 53 516 27 57
Binary 10010010 1011100 1110011 0 100101 10101 101011 101001110 10111 101111

Color Harmonies of #925C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925C73

Black with #925C73

Text Example


Text Example

White with #925C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925C73; }

 p { color: rgb(146,92,115); }

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

background-color css

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

 a { background-color: rgb(146,92,115); }

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

border-color css

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

 span { border-color: rgb(146,92,115); }

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