#984246

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

Shades of Solid Pink #984246

Tints of Solid Pink #984246

Color information

#984246 (or 0x984246) is unknown color: approx Solid Pink. HEX triplet: 98, 42 and 46. RGB value is (152,66,70). Sum of RGB (Red+Green+Blue) = 152+66+70=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #984246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984246 is #67BDB9. Grayscale: #5C5C5C. Windows color (decimal): -6798778 or 4604568. OLE color: 4604568.

HSL color Cylindrical-coordinate representation of color #984246: hue angle of 357.21º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984246 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB1526670-
CMYK00.570.540.40
HSL357.21º39.45%42.75%-
HSV(B)357.21º56.58%59.61%-
XYZ1611.017.08-
YUV92.17115.49170.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.78%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 70 (27.73% from 255) = 24.31%
R=52.78%
G=22.92%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152667000.570.540.40357.2139.4542.75
Hex9842460393628165272b
Octal23010210607166505454753
Binary10011000100001010001100111001110110101000101100101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984246; }

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

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

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

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

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

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

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

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