#88446E

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

Shades of Cosmic #88446E

Tints of Cosmic #88446E

Color information

#88446E (or 0x88446E) is unknown color: approx Cosmic. HEX triplet: 88, 44 and 6E. RGB value is (136,68,110). Sum of RGB (Red+Green+Blue) = 136+68+110=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #88446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88446E is #77BB91. Grayscale: #5D5D5D. Windows color (decimal): -7846802 or 7226504. OLE color: 7226504.

HSL color Cylindrical-coordinate representation of color #88446E: hue angle of 322.94º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88446E is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13668110-
CMYK00.500.190.47
HSL322.94º33.33%40%-
HSV(B)322.94º50%53.33%-
XYZ15.0310.4915.99-
YUV93.12137.53158.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 68 (26.95% from 255) = 21.66%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=43.31%
G=21.66%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366811000.500.190.47322.9433.3340
Hex88446E032132F1432128
Octal21010415606223575034150
Binary1000100010001001101110011001010011101111101000011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,68,110); }

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

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

 a { background-color: rgb(136,68,110); }

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

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

 span { border-color: rgb(136,68,110); }

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