#9C5670

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

Shades of Mauve Taupe #9C5670

Tints of Mauve Taupe #9C5670

Color information

#9C5670 (or 0x9C5670) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 56 and 70. RGB value is (156,86,112). Sum of RGB (Red+Green+Blue) = 156+86+112=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5670 is #63A98F. Grayscale: #6D6D6D. Windows color (decimal): -6531472 or 7362204. OLE color: 7362204.

HSL color Cylindrical-coordinate representation of color #9C5670: hue angle of 337.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C5670 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB15686112-
CMYK00.450.280.39
HSL337.71º28.93%47.45%-
HSV(B)337.71º44.87%61.18%-
XYZ19.9614.8917.15-
YUV109.89129.19160.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.07%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 112 (44.14% from 255) = 31.64%
R=44.07%
G=24.29%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568611200.450.280.39337.7128.9347.45
Hex9C567002D1C271521d2f
Octal23412616005534475223557
Binary100111001010110111000001011011110010011110101001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C5670; }

 p { color: rgb(156,86,112); }

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

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

 a { background-color: rgb(156,86,112); }

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

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

 span { border-color: rgb(156,86,112); }

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