Html Css Color HEX #925F70 Mauve Taupe

📋 copy color: '#925F70'

red 146 ◦ green 95 ◦ blue 112

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

Shades of Mauve Taupe #925F70

Tints of Mauve Taupe #925F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.91%

 BLUE value IS 112 (44.14% from 255) = 31.73%

R = 41.36%
G = 26.91%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#925F70 (or 0x925F70) is known color: Mauve Taupe. HEX triplet: 92, 5F and 70. RGB value is (146,95,112). Sum of RGB (Red+Green+Blue) = 146+95+112=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #925F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925F70 is #6DA08F. Grayscale: #707070. Windows color (decimal): -7184528 or 7364498. OLE color: 7364498.

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

Color convert

RGB 146 95 112 -
CMYK 0 0.35 0.23 0.43
HSL 340º 0.21% 0.47% -
HSV(B) 340º 0.35% 0.57% -
XYZ 18.87 15.47 17.32 -
YUV 112.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 146 95 112 0 0.35 0.23 0.43 340 0.21 0.47
Hex 92 5F 70 0 23 17 2B 154 15 2F
Octal 222 137 160 0 43 27 53 524 25 57
Binary 10010010 1011111 1110000 0 100011 10111 101011 101010100 10101 101111

Color Harmonies of #925F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925F70

Black with #925F70

Text Example


Text Example

White with #925F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,95,112); }

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

background-color css

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

 a { background-color: rgb(146,95,112); }

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

border-color css

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

 span { border-color: rgb(146,95,112); }

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