#98464C

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

Shades of Solid Pink #98464C

Tints of Solid Pink #98464C

Color information

#98464C (or 0x98464C) is unknown color: approx Solid Pink. HEX triplet: 98, 46 and 4C. RGB value is (152,70,76). Sum of RGB (Red+Green+Blue) = 152+70+76=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #98464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98464C is #67B9B3. Grayscale: #5F5F5F. Windows color (decimal): -6797748 or 4998808. OLE color: 4998808.

HSL color Cylindrical-coordinate representation of color #98464C: hue angle of 355.61º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98464C is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB1527076-
CMYK00.540.500.40
HSL355.61º36.94%43.53%-
HSV(B)355.61º53.95%59.61%-
XYZ16.4411.588.21-
YUV95.2117.17168.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 76 (30.08% from 255) = 25.50%
R=51.01%
G=23.49%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152707600.540.500.40355.6136.9443.53
Hex98464C0363228164252c
Octal23010611406662505444554
Binary10011000100011010011000110110110010101000101100100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98464C; }

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

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

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

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

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

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

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

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