Html Css Color HEX #9C5277 Mauve Taupe

📋 copy color: '#9C5277'

red 156 ◦ green 82 ◦ blue 119

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

Shades of Mauve Taupe #9C5277

Tints of Mauve Taupe #9C5277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.97%

 BLUE value IS 119 (46.88% from 255) = 33.33%

R = 43.7%
G = 22.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C5277 (or 0x9C5277) is known color: Mauve Taupe. HEX triplet: 9C, 52 and 77. RGB value is (156,82,119). Sum of RGB (Red+Green+Blue) = 156+82+119=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5277 is #63AD88. Grayscale: #6C6C6C. Windows color (decimal): -6532489 or 7819932. OLE color: 7819932.

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

Color convert

RGB 156 82 119 -
CMYK 0 0.47 0.24 0.39
HSL 330º 0.31% 0.47% -
HSV(B) 330º 0.47% 0.61% -
XYZ 20.06 14.43 19.18 -
YUV 108.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 156 82 119 0 0.47 0.24 0.39 330 0.31 0.47
Hex 9C 52 77 0 2F 18 27 14A 1F 2F
Octal 234 122 167 0 57 30 47 512 37 57
Binary 10011100 1010010 1110111 0 101111 11000 100111 101001010 11111 101111

Color Harmonies of #9C5277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5277

Black with #9C5277

Text Example


Text Example

White with #9C5277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,82,119); }

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

background-color css

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

 a { background-color: rgb(156,82,119); }

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

border-color css

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

 span { border-color: rgb(156,82,119); }

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