#88446C

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

Shades of Cosmic #88446C

Tints of Cosmic #88446C

Color information

#88446C (or 0x88446C) is unknown color: approx Cosmic. HEX triplet: 88, 44 and 6C. RGB value is (136,68,108). Sum of RGB (Red+Green+Blue) = 136+68+108=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88446C is #77BB93. Grayscale: #5C5C5C. Windows color (decimal): -7846804 or 7095432. OLE color: 7095432.

HSL color Cylindrical-coordinate representation of color #88446C: hue angle of 324.71º 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 #88446C is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13668108-
CMYK00.500.210.47
HSL324.71º33.33%40%-
HSV(B)324.71º50%53.33%-
XYZ14.9310.4515.42-
YUV92.89136.53158.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=43.59%
G=21.79%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366810800.500.210.47324.7133.3340
Hex88446C032152F1452128
Octal21010415406225575054150
Binary1000100010001001101100011001010101101111101000101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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