#954546

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

Shades of Solid Pink #954546

Tints of Solid Pink #954546

Color information

#954546 (or 0x954546) is unknown color: approx Solid Pink. HEX triplet: 95, 45 and 46. RGB value is (149,69,70). Sum of RGB (Red+Green+Blue) = 149+69+70=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #954546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954546 is #6ABAB9. Grayscale: #5D5D5D. Windows color (decimal): -6994618 or 4605333. OLE color: 4605333.

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

Color convert

RGB1496970-
CMYK00.540.530.42
HSL359.25º36.7%42.75%-
HSV(B)359.25º53.69%58.43%-
XYZ15.6311.097.11-
YUV93.03115167.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 70 (27.73% from 255) = 24.31%
R=51.74%
G=23.96%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149697000.540.530.42359.2536.742.75
Hex954546036352A167252b
Octal22510510606665525474553
Binary10010101100010110001100110110110101101010101100111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954546; }

 p { color: rgb(149,69,70); }

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

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

 a { background-color: rgb(149,69,70); }

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

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

 span { border-color: rgb(149,69,70); }

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