Html Css Color HEX #925572 Mauve Taupe

📋 copy color: '#925572'

red 146 ◦ green 85 ◦ blue 114

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

Shades of Mauve Taupe #925572

Tints of Mauve Taupe #925572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.64%

 BLUE value IS 114 (44.92% from 255) = 33.04%

R = 42.32%
G = 24.64%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#925572 (or 0x925572) is known color: Mauve Taupe. HEX triplet: 92, 55 and 72. RGB value is (146,85,114). Sum of RGB (Red+Green+Blue) = 146+85+114=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #925572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925572 is #6DAA8D. Grayscale: #6A6A6A. Windows color (decimal): -7187086 or 7493010. OLE color: 7493010.

HSL color Cylindrical-coordinate representation of color #925572: hue angle of 331.48º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #925572 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 85 114 -
CMYK 0 0.42 0.22 0.43
HSL 331.48º 0.26% 0.45% -
HSV(B) 331.48º 0.42% 0.57% -
XYZ 18.14 13.82 17.63 -
YUV 106.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 146 85 114 0 0.42 0.22 0.43 331.48 0.26 0.45
Hex 92 55 72 0 2A 16 2B 14B 1A 2D
Octal 222 125 162 0 52 26 53 513 32 55
Binary 10010010 1010101 1110010 0 101010 10110 101011 101001011 11010 101101

Color Harmonies of #925572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925572

Black with #925572

Text Example


Text Example

White with #925572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925572; }

 p { color: rgb(146,85,114); }

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

background-color css

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

 a { background-color: rgb(146,85,114); }

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

border-color css

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

 span { border-color: rgb(146,85,114); }

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