#9A4648

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

Shades of Solid Pink #9A4648

Tints of Solid Pink #9A4648

Color information

#9A4648 (or 0x9A4648) is unknown color: approx Solid Pink. HEX triplet: 9A, 46 and 48. RGB value is (154,70,72). Sum of RGB (Red+Green+Blue) = 154+70+72=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4648 is #65B9B7. Grayscale: #5F5F5F. Windows color (decimal): -6666680 or 4736666. OLE color: 4736666.

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

Color convert

RGB1547072-
CMYK00.550.530.40
HSL358.57º37.5%43.92%-
HSV(B)358.57º54.55%60.39%-
XYZ16.6911.727.51-
YUV95.34114.83169.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.03%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 72 (28.52% from 255) = 24.32%
R=52.03%
G=23.65%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154707200.550.530.40358.5737.543.92
Hex9A46480373528167262c
Octal23210611006765505474654
Binary10011010100011010010000110111110101101000101100111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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