#88648A

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

Shades of Trendy Pink #88648A

Tints of Trendy Pink #88648A

Color information

#88648A (or 0x88648A) is unknown color: approx Trendy Pink. HEX triplet: 88, 64 and 8A. RGB value is (136,100,138). Sum of RGB (Red+Green+Blue) = 136+100+138=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 138 - color contains mainly: blue. Hex color #88648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88648A is #779B75. Grayscale: #727272. Windows color (decimal): -7838582 or 9069704. OLE color: 9069704.

HSL color Cylindrical-coordinate representation of color #88648A: hue angle of 296.84º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88648A is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB136100138-
CMYK0.010.2800.46
HSL296.84º15.97%46.67%-
HSV(B)296.84º27.54%54.12%-
XYZ19.316.1826.15-
YUV115.1140.93142.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=36.36%
G=26.74%
B=36.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1361001380.010.2800.46296.8415.9746.67
Hex88648A11C02E129102f
Octal2101442121340564512057
Binary10001000110010010001010111100010111010010100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,100,138); }

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

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

 a { background-color: rgb(136,100,138); }

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

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

 span { border-color: rgb(136,100,138); }

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