#995456

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

Shades of Solid Pink #995456

Tints of Solid Pink #995456

Color information

#995456 (or 0x995456) is unknown color: approx Solid Pink. HEX triplet: 99, 54 and 56. RGB value is (153,84,86). Sum of RGB (Red+Green+Blue) = 153+84+86=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #995456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995456 is #66ABA9. Grayscale: #686868. Windows color (decimal): -6728618 or 5657753. OLE color: 5657753.

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

Color convert

RGB1538486-
CMYK00.450.440.4
HSL358.26º29.11%46.47%-
HSV(B)358.26º45.1%60%-
XYZ17.9913.7810.52-
YUV104.86117.36162.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=47.37%
G=26.01%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153848600.450.440.4358.2629.1146.47
Hex99545602D2C281661d2e
Octal23112412605554505463556
Binary1001100110101001010110010110110110010100010110011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995456; }

 p { color: rgb(153,84,86); }

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

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

 a { background-color: rgb(153,84,86); }

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

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

 span { border-color: rgb(153,84,86); }

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