#964246

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

Shades of Solid Pink #964246

Tints of Solid Pink #964246

Color information

#964246 (or 0x964246) is unknown color: approx Solid Pink. HEX triplet: 96, 42 and 46. RGB value is (150,66,70). Sum of RGB (Red+Green+Blue) = 150+66+70=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #964246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964246 is #69BDB9. Grayscale: #5B5B5B. Windows color (decimal): -6929850 or 4604566. OLE color: 4604566.

HSL color Cylindrical-coordinate representation of color #964246: hue angle of 357.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964246 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB1506670-
CMYK00.560.530.41
HSL357.14º38.89%42.35%-
HSV(B)357.14º56%58.82%-
XYZ15.6310.827.06-
YUV91.57115.83169.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 70 (27.73% from 255) = 24.48%
R=52.45%
G=23.08%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150667000.560.530.41357.1438.8942.35
Hex9642460383529165272a
Octal22610210607065515454752
Binary10010110100001010001100111000110101101001101100101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964246; }

 p { color: rgb(150,66,70); }

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

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

 a { background-color: rgb(150,66,70); }

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

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

 span { border-color: rgb(150,66,70); }

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