#96448A

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

Shades of Trendy Pink #96448A

Tints of Trendy Pink #96448A

Color information

#96448A (or 0x96448A) is unknown color: approx Trendy Pink. HEX triplet: 96, 44 and 8A. RGB value is (150,68,138). Sum of RGB (Red+Green+Blue) = 150+68+138=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96448A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96448A is #69BB75. Grayscale: #646464. Windows color (decimal): -6929270 or 9061526. OLE color: 9061526.

HSL color Cylindrical-coordinate representation of color #96448A: hue angle of 308.78º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96448A is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB15068138-
CMYK00.550.080.41
HSL308.78º37.61%42.75%-
HSV(B)308.78º54.67%58.82%-
XYZ19.2312.4525.43-
YUV100.5149.17163.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 68 (26.95% from 255) = 19.10%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=42.13%
G=19.10%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506813800.550.080.41308.7837.6142.75
Hex96448A037829135262b
Octal22610421206710514654653
Binary1001011010001001000101001101111000101001100110101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,68,138); }

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

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

 a { background-color: rgb(150,68,138); }

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

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

 span { border-color: rgb(150,68,138); }

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