#9C4E50

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

Shades of Solid Pink #9C4E50

Tints of Solid Pink #9C4E50

Color information

#9C4E50 (or 0x9C4E50) is unknown color: approx Solid Pink. HEX triplet: 9C, 4E and 50. RGB value is (156,78,80). Sum of RGB (Red+Green+Blue) = 156+78+80=314 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.68% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4E50 is #63B1AF. Grayscale: #656565. Windows color (decimal): -6533552 or 5263004. OLE color: 5263004.

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

Color convert

RGB1567880-
CMYK00.50.490.39
HSL358.46º33.33%45.88%-
HSV(B)358.46º50%61.18%-
XYZ17.8813.19.17-
YUV101.55115.84166.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.68%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=49.68%
G=24.84%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156788000.50.490.39358.4633.3345.88
Hex9C4E500323127166212e
Octal23411612006261475464156
Binary10011100100111010100000110010110001100111101100110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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