Html Css Color HEX #905C70 Mauve Taupe

📋 copy color: '#905C70'

red 144 ◦ green 92 ◦ blue 112

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

Shades of Mauve Taupe #905C70

Tints of Mauve Taupe #905C70

RGB

 RED value IS 144 (56.64% from 255) = 41.38%

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

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

R = 41.38%
G = 26.44%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#905C70 (or 0x905C70) is known color: Mauve Taupe. HEX triplet: 90, 5C and 70. RGB value is (144,92,112). Sum of RGB (Red+Green+Blue) = 144+92+112=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 144 - color contains mainly: red. Hex color #905C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905C70 is #6FA38F. Grayscale: #6D6D6D. Windows color (decimal): -7316368 or 7363728. OLE color: 7363728.

HSL color Cylindrical-coordinate representation of color #905C70: hue angle of 336.92º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #905C70 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 92 112 -
CMYK 0 0.36 0.22 0.44
HSL 336.92º 0.22% 0.46% -
HSV(B) 336.92º 0.36% 0.56% -
XYZ 18.25 14.75 17.21 -
YUV 109.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 144 92 112 0 0.36 0.22 0.44 336.92 0.22 0.46
Hex 90 5C 70 0 24 16 2C 151 16 2E
Octal 220 134 160 0 44 26 54 521 26 56
Binary 10010000 1011100 1110000 0 100100 10110 101100 101010001 10110 101110

Color Harmonies of #905C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905C70

Black with #905C70

Text Example


Text Example

White with #905C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905C70; }

 p { color: rgb(144,92,112); }

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

background-color css

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

 a { background-color: rgb(144,92,112); }

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

border-color css

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

 span { border-color: rgb(144,92,112); }

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