#954852

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

Shades of Solid Pink #954852

Tints of Solid Pink #954852

Color information

#954852 (or 0x954852) is unknown color: approx Solid Pink. HEX triplet: 95, 48 and 52. RGB value is (149,72,82). Sum of RGB (Red+Green+Blue) = 149+72+82=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #954852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954852 is #6AB7AD. Grayscale: #606060. Windows color (decimal): -6993838 or 5392533. OLE color: 5392533.

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

Color convert

RGB1497282-
CMYK00.520.450.42
HSL352.21º34.84%43.33%-
HSV(B)352.21º51.68%58.43%-
XYZ16.2311.639.37-
YUV96.16120.01165.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 72 (28.52% from 255) = 23.76%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=49.17%
G=23.76%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149728200.520.450.42352.2134.8443.33
Hex9548520342D2A160232b
Octal22511012206455525404353
Binary10010101100100010100100110100101101101010101100000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954852; }

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

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

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

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

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

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

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

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