#96484E

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

Shades of Solid Pink #96484E

Tints of Solid Pink #96484E

Color information

#96484E (or 0x96484E) is unknown color: approx Solid Pink. HEX triplet: 96, 48 and 4E. RGB value is (150,72,78). Sum of RGB (Red+Green+Blue) = 150+72+78=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #96484E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96484E is #69B7B1. Grayscale: #606060. Windows color (decimal): -6928306 or 5130390. OLE color: 5130390.

HSL color Cylindrical-coordinate representation of color #96484E: hue angle of 355.38º 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 #96484E is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1507278-
CMYK00.520.480.41
HSL355.38º35.14%43.53%-
HSV(B)355.38º52%58.82%-
XYZ16.2711.678.6-
YUV96.01117.84166.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 78 (30.86% from 255) = 26%
R=50%
G=24%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150727800.520.480.41355.3835.1443.53
Hex96484E0343029163232c
Octal22611011606460515434354
Binary10010110100100010011100110100110000101001101100011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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