#9C4D4E

Color #9C4D4E Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #9C4D4E

Tints of Solid Pink #9C4D4E

Color information

#9C4D4E (or 0x9C4D4E) is unknown color: approx Solid Pink. HEX triplet: 9C, 4D and 4E. RGB value is (156,77,78). Sum of RGB (Red+Green+Blue) = 156+77+78=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D4E is #63B2B1. Grayscale: #646464. Windows color (decimal): -6533810 or 5131676. OLE color: 5131676.

HSL color Cylindrical-coordinate representation of color #9C4D4E: hue angle of 359.24º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C4D4E is Cyan = 0, Magento = 0.51, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB1567778-
CMYK00.510.50.39
HSL359.24º33.91%45.69%-
HSV(B)359.24º50.64%61.18%-
XYZ17.7412.938.77-
YUV100.73115.17167.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.16%
GREEN value IS 77 (30.47% from 255) = 24.76%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=50.16%
G=24.76%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156777800.510.50.39359.2433.9145.69
Hex9C4D4E0333227167222e
Octal23411511606362475474256
Binary10011100100110110011100110011110010100111101100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,77,78); }

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

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

 a { background-color: rgb(156,77,78); }

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

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

 span { border-color: rgb(156,77,78); }

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