Html Css Color HEX #9C5A6E Mauve Taupe

📋 copy color: '#9C5A6E'

red 156 ◦ green 90 ◦ blue 110

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

Shades of Mauve Taupe #9C5A6E

Tints of Mauve Taupe #9C5A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

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

R = 43.82%
G = 25.28%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C5A6E (or 0x9C5A6E) is known color: Mauve Taupe. HEX triplet: 9C, 5A and 6E. RGB value is (156,90,110). Sum of RGB (Red+Green+Blue) = 156+90+110=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5A6E is #63A591. Grayscale: #6F6F6F. Windows color (decimal): -6530450 or 7232156. OLE color: 7232156.

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

Color convert

RGB 156 90 110 -
CMYK 0 0.42 0.29 0.39
HSL 341.82º 0.27% 0.48% -
HSV(B) 341.82º 0.42% 0.61% -
XYZ 20.18 15.51 16.68 -
YUV 112.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 156 90 110 0 0.42 0.29 0.39 341.82 0.27 0.48
Hex 9C 5A 6E 0 2A 1D 27 156 1B 30
Octal 234 132 156 0 52 35 47 526 33 60
Binary 10011100 1011010 1101110 0 101010 11101 100111 101010110 11011 110000

Color Harmonies of #9C5A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5A6E

Black with #9C5A6E

Text Example


Text Example

White with #9C5A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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