#88416C

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

Shades of Cosmic #88416C

Tints of Cosmic #88416C

Color information

#88416C (or 0x88416C) is unknown color: approx Cosmic. HEX triplet: 88, 41 and 6C. RGB value is (136,65,108). Sum of RGB (Red+Green+Blue) = 136+65+108=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #88416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88416C is #77BE93. Grayscale: #5B5B5B. Windows color (decimal): -7847572 or 7094664. OLE color: 7094664.

HSL color Cylindrical-coordinate representation of color #88416C: hue angle of 323.66º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #88416C is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13665108-
CMYK00.520.210.47
HSL323.66º35.32%39.41%-
HSV(B)323.66º52.21%53.33%-
XYZ14.7510.115.36-
YUV91.13137.52160-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=44.01%
G=21.04%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366510800.520.210.47323.6635.3239.41
Hex88416C034152F1442327
Octal21010115406425575044347
Binary1000100010000011101100011010010101101111101000100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,65,108); }

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

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

 a { background-color: rgb(136,65,108); }

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

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

 span { border-color: rgb(136,65,108); }

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