#97464C

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

Shades of Solid Pink #97464C

Tints of Solid Pink #97464C

Color information

#97464C (or 0x97464C) is unknown color: approx Solid Pink. HEX triplet: 97, 46 and 4C. RGB value is (151,70,76). Sum of RGB (Red+Green+Blue) = 151+70+76=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #97464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97464C is #68B9B3. Grayscale: #5E5E5E. Windows color (decimal): -6863284 or 4998807. OLE color: 4998807.

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

Color convert

RGB1517076-
CMYK00.540.500.41
HSL355.56º36.65%43.33%-
HSV(B)355.56º53.64%59.22%-
XYZ16.2611.488.2-
YUV94.9117.34168.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.84%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 76 (30.08% from 255) = 25.59%
R=50.84%
G=23.57%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151707600.540.500.41355.5636.6543.33
Hex97464C0363229164252b
Octal22710611406662515444553
Binary10010111100011010011000110110110010101001101100100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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