#954951

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

Shades of Solid Pink #954951

Tints of Solid Pink #954951

Color information

#954951 (or 0x954951) is unknown color: approx Solid Pink. HEX triplet: 95, 49 and 51. RGB value is (149,73,81). Sum of RGB (Red+Green+Blue) = 149+73+81=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #954951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954951 is #6AB6AE. Grayscale: #606060. Windows color (decimal): -6993583 or 5327253. OLE color: 5327253.

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

Color convert

RGB1497381-
CMYK00.510.460.42
HSL353.68º34.23%43.53%-
HSV(B)353.68º51.01%58.43%-
XYZ16.2611.759.2-
YUV96.64119.18165.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 81 (32.03% from 255) = 26.73%
R=49.17%
G=24.09%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149738100.510.460.42353.6834.2343.53
Hex9549510332E2A162222c
Octal22511112106356525424254
Binary10010101100100110100010110011101110101010101100010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954951; }

 p { color: rgb(149,73,81); }

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

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

 a { background-color: rgb(149,73,81); }

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

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

 span { border-color: rgb(149,73,81); }

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