#905C75

Color #905C75 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #905C75

Tints of Mauve Taupe #905C75

Color information

#905C75 (or 0x905C75) is unknown color: approx Mauve Taupe. HEX triplet: 90, 5C and 75. RGB value is (144,92,117). Sum of RGB (Red+Green+Blue) = 144+92+117=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #905C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905C75 is #6FA38A. Grayscale: #6E6E6E. Windows color (decimal): -7316363 or 7691408. OLE color: 7691408.

HSL color Cylindrical-coordinate representation of color #905C75: hue angle of 331.15º 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 #905C75 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB14492117-
CMYK00.360.190.44
HSL331.15º22.03%46.27%-
HSV(B)331.15º36.11%56.47%-
XYZ18.5414.8718.72-
YUV110.4131.73151.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=40.79%
G=26.06%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449211700.360.190.44331.1522.0346.27
Hex905C75024132C14b162e
Octal22013416504423545132656
Binary100100001011100111010101001001001110110010100101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #905C75;
 }
 .AnyTagClassName
 {
   color: #905C75;
 }
</style>
background-color css

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

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

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

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

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

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