#96454C

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

Shades of Solid Pink #96454C

Tints of Solid Pink #96454C

Color information

#96454C (or 0x96454C) is unknown color: approx Solid Pink. HEX triplet: 96, 45 and 4C. RGB value is (150,69,76). Sum of RGB (Red+Green+Blue) = 150+69+76=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96454C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96454C is #69BAB3. Grayscale: #5E5E5E. Windows color (decimal): -6929076 or 4998550. OLE color: 4998550.

HSL color Cylindrical-coordinate representation of color #96454C: hue angle of 354.81º 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 #96454C is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1506976-
CMYK00.540.490.41
HSL354.81º36.99%42.94%-
HSV(B)354.81º54%58.82%-
XYZ16.0111.268.17-
YUV94.02117.84167.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=50.85%
G=23.39%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150697600.540.490.41354.8136.9942.94
Hex96454C0363129163252b
Octal22610511406661515434553
Binary10010110100010110011000110110110001101001101100011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,69,76); }

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

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

 a { background-color: rgb(150,69,76); }

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

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

 span { border-color: rgb(150,69,76); }

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