#9C5F6B

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

Shades of Mauve Taupe #9C5F6B

Tints of Mauve Taupe #9C5F6B

Color information

#9C5F6B (or 0x9C5F6B) is unknown color: approx Mauve Taupe. HEX triplet: 9C, 5F and 6B. RGB value is (156,95,107). Sum of RGB (Red+Green+Blue) = 156+95+107=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5F6B is #63A094. Grayscale: #727272. Windows color (decimal): -6529173 or 7036828. OLE color: 7036828.

HSL color Cylindrical-coordinate representation of color #9C5F6B: hue angle of 348.2º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C5F6B is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB15695107-
CMYK00.390.310.39
HSL348.2º24.3%49.22%-
HSV(B)348.2º39.1%61.18%-
XYZ20.4616.3115.98-
YUV114.61123.71157.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.58%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 107 (42.19% from 255) = 29.89%
R=43.58%
G=26.54%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569510700.390.310.39348.224.349.22
Hex9C5F6B0271F2715c1831
Octal23413715304737475343061
Binary100111001011111110101101001111111110011110101110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,95,107); }

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

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

 a { background-color: rgb(156,95,107); }

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

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

 span { border-color: rgb(156,95,107); }

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