#9C4D4F

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

Shades of Solid Pink #9C4D4F

Tints of Solid Pink #9C4D4F

Color information

#9C4D4F (or 0x9C4D4F) is unknown color: approx Solid Pink. HEX triplet: 9C, 4D and 4F. RGB value is (156,77,79). Sum of RGB (Red+Green+Blue) = 156+77+79=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D4F is #63B2B0. Grayscale: #646464. Windows color (decimal): -6533809 or 5197212. OLE color: 5197212.

HSL color Cylindrical-coordinate representation of color #9C4D4F: hue angle of 358.48º 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 #9C4D4F is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB1567779-
CMYK00.510.490.39
HSL358.48º33.91%45.69%-
HSV(B)358.48º50.64%61.18%-
XYZ17.7812.948.96-
YUV100.85115.67167.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 24.68%
BLUE value IS 79 (31.25% from 255) = 25.32%
R=50%
G=24.68%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156777900.510.490.39358.4833.9145.69
Hex9C4D4F0333127166222e
Octal23411511706361475464256
Binary10011100100110110011110110011110001100111101100110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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