#995254

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

Shades of Solid Pink #995254

Tints of Solid Pink #995254

Color information

#995254 (or 0x995254) is unknown color: approx Solid Pink. HEX triplet: 99, 52 and 54. RGB value is (153,82,84). Sum of RGB (Red+Green+Blue) = 153+82+84=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #995254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995254 is #66ADAB. Grayscale: #676767. Windows color (decimal): -6729132 or 5526169. OLE color: 5526169.

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

Color convert

RGB1538284-
CMYK00.460.450.4
HSL358.31º30.21%46.08%-
HSV(B)358.31º46.41%60%-
XYZ17.7513.4510.05-
YUV103.46117.02163.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 84 (33.20% from 255) = 26.33%
R=47.96%
G=25.71%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153828400.460.450.4358.3130.2146.08
Hex99525402E2D281661e2e
Octal23112212405655505463656
Binary1001100110100101010100010111010110110100010110011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995254; }

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

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

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

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

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

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

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

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