#955254

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

Shades of Solid Pink #955254

Tints of Solid Pink #955254

Color information

#955254 (or 0x955254) is unknown color: approx Solid Pink. HEX triplet: 95, 52 and 54. RGB value is (149,82,84). Sum of RGB (Red+Green+Blue) = 149+82+84=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #955254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955254 is #6AADAB. Grayscale: #666666. Windows color (decimal): -6991276 or 5526165. OLE color: 5526165.

HSL color Cylindrical-coordinate representation of color #955254: hue angle of 358.21º 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 #955254 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1498284-
CMYK00.450.440.42
HSL358.21º29%45.29%-
HSV(B)358.21º44.97%58.43%-
XYZ17.0113.0610.01-
YUV102.26117.7161.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=47.30%
G=26.03%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149828400.450.440.42358.212945.29
Hex95525402D2C2A1661d2d
Octal22512212405554525463555
Binary1001010110100101010100010110110110010101010110011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955254; }

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

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

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

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

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

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

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

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