#9C4648

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

Shades of Solid Pink #9C4648

Tints of Solid Pink #9C4648

Color information

#9C4648 (or 0x9C4648) is unknown color: approx Solid Pink. HEX triplet: 9C, 46 and 48. RGB value is (156,70,72). Sum of RGB (Red+Green+Blue) = 156+70+72=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4648 is #63B9B7. Grayscale: #606060. Windows color (decimal): -6535608 or 4736668. OLE color: 4736668.

HSL color Cylindrical-coordinate representation of color #9C4648: hue angle of 358.6º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C4648 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB1567072-
CMYK00.550.540.39
HSL358.6º38.05%44.31%-
HSV(B)358.6º55.13%61.18%-
XYZ17.0711.927.53-
YUV95.94114.49170.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.35%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=52.35%
G=23.49%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156707200.550.540.39358.638.0544.31
Hex9C46480373627167262c
Octal23410611006766475474654
Binary10011100100011010010000110111110110100111101100111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,70,72); }

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

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

 a { background-color: rgb(156,70,72); }

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

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

 span { border-color: rgb(156,70,72); }

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