#99494A

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

Shades of Solid Pink #99494A

Tints of Solid Pink #99494A

Color information

#99494A (or 0x99494A) is unknown color: approx Solid Pink. HEX triplet: 99, 49 and 4A. RGB value is (153,73,74). Sum of RGB (Red+Green+Blue) = 153+73+74=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99494A is #66B6B5. Grayscale: #616161. Windows color (decimal): -6731446 or 4868505. OLE color: 4868505.

HSL color Cylindrical-coordinate representation of color #99494A: hue angle of 359.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99494A is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1537374-
CMYK00.520.520.4
HSL359.25º35.4%44.31%-
HSV(B)359.25º52.29%60%-
XYZ16.7612.037.92-
YUV97.03115167.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 74 (29.30% from 255) = 24.67%
R=51%
G=24.33%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153737400.520.520.4359.2535.444.31
Hex99494A0343428167232c
Octal23111111206464505474354
Binary10011001100100110010100110100110100101000101100111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99494A; }

 p { color: rgb(153,73,74); }

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

<style>
 a { background-color: #99494A; }

 a { background-color: rgb(153,73,74); }

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

<style>
 span { border-color: #99494A; }

 span { border-color: rgb(153,73,74); }

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