#96484A

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

Shades of Solid Pink #96484A

Tints of Solid Pink #96484A

Color information

#96484A (or 0x96484A) is unknown color: approx Solid Pink. HEX triplet: 96, 48 and 4A. RGB value is (150,72,74). Sum of RGB (Red+Green+Blue) = 150+72+74=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96484A is #69B7B5. Grayscale: #5F5F5F. Windows color (decimal): -6928310 or 4868246. OLE color: 4868246.

HSL color Cylindrical-coordinate representation of color #96484A: hue angle of 358.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96484A is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB1507274-
CMYK00.520.510.41
HSL358.46º35.14%43.53%-
HSV(B)358.46º52%58.82%-
XYZ16.1311.617.87-
YUV95.55115.84166.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 74 (29.30% from 255) = 25%
R=50.68%
G=24.32%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150727400.520.510.41358.4635.1443.53
Hex96484A0343329166232c
Octal22611011206463515464354
Binary10010110100100010010100110100110011101001101100110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96484A; }

 p { color: rgb(150,72,74); }

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

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

 a { background-color: rgb(150,72,74); }

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

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

 span { border-color: rgb(150,72,74); }

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