#954952

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

Shades of Solid Pink #954952

Tints of Solid Pink #954952

Color information

#954952 (or 0x954952) is unknown color: approx Solid Pink. HEX triplet: 95, 49 and 52. RGB value is (149,73,82). Sum of RGB (Red+Green+Blue) = 149+73+82=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #954952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954952 is #6AB6AD. Grayscale: #606060. Windows color (decimal): -6993582 or 5392789. OLE color: 5392789.

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

Color convert

RGB1497382-
CMYK00.510.450.42
HSL352.89º34.23%43.53%-
HSV(B)352.89º51.01%58.43%-
XYZ16.311.769.39-
YUV96.75119.68165.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=49.01%
G=24.01%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149738200.510.450.42352.8934.2343.53
Hex9549520332D2A161222c
Octal22511112206355525414254
Binary10010101100100110100100110011101101101010101100001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954952; }

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

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

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

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

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

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

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

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