#955256

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

Shades of Solid Pink #955256

Tints of Solid Pink #955256

Color information

#955256 (or 0x955256) is unknown color: approx Solid Pink. HEX triplet: 95, 52 and 56. RGB value is (149,82,86). Sum of RGB (Red+Green+Blue) = 149+82+86=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #955256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955256 is #6AADA9. Grayscale: #666666. Windows color (decimal): -6991274 or 5657237. OLE color: 5657237.

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

Color convert

RGB1498286-
CMYK00.450.420.42
HSL356.42º29%45.29%-
HSV(B)356.42º44.97%58.43%-
XYZ17.0913.110.43-
YUV102.49118.7161.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=47.00%
G=25.87%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149828600.450.420.42356.422945.29
Hex95525602D2A2A1641d2d
Octal22512212605552525443555
Binary1001010110100101010110010110110101010101010110010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955256; }

 p { color: rgb(149,82,86); }

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

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

 a { background-color: rgb(149,82,86); }

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

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

 span { border-color: rgb(149,82,86); }

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