Html Css Color HEX #9C596E Mauve Taupe

📋 copy color: '#9C596E'

red 156 ◦ green 89 ◦ blue 110

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

Shades of Mauve Taupe #9C596E

Tints of Mauve Taupe #9C596E

RGB

 RED value IS 156 (61.33% from 255) = 43.94%

 GREEN value IS 89 (35.16% from 255) = 25.07%

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 43.94%
G = 25.07%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C596E (or 0x9C596E) is known color: Mauve Taupe. HEX triplet: 9C, 59 and 6E. RGB value is (156,89,110). Sum of RGB (Red+Green+Blue) = 156+89+110=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C596E is #63A691. Grayscale: #6F6F6F. Windows color (decimal): -6530706 or 7231900. OLE color: 7231900.

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

Color convert

RGB 156 89 110 -
CMYK 0 0.43 0.29 0.39
HSL 341.19º 0.27% 0.48% -
HSV(B) 341.19º 0.43% 0.61% -
XYZ 20.1 15.34 16.65 -
YUV 111.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 156 89 110 0 0.43 0.29 0.39 341.19 0.27 0.48
Hex 9C 59 6E 0 2B 1D 27 155 1B 30
Octal 234 131 156 0 53 35 47 525 33 60
Binary 10011100 1011001 1101110 0 101011 11101 100111 101010101 11011 110000

Color Harmonies of #9C596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C596E

Black with #9C596E

Text Example


Text Example

White with #9C596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,89,110); }

 H1.HeaderClassName
 {
   color: #9C596E;
 }
 .AnyTagClassName
 {
   color: #9C596E;
 }
</style>

background-color css

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

 a { background-color: rgb(156,89,110); }

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

border-color css

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

 span { border-color: rgb(156,89,110); }

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