#88486C

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

Shades of Cosmic #88486C

Tints of Cosmic #88486C

Color information

#88486C (or 0x88486C) is unknown color: approx Cosmic. HEX triplet: 88, 48 and 6C. RGB value is (136,72,108). Sum of RGB (Red+Green+Blue) = 136+72+108=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #88486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88486C is #77B793. Grayscale: #5F5F5F. Windows color (decimal): -7845780 or 7096456. OLE color: 7096456.

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

Color convert

RGB13672108-
CMYK00.470.210.47
HSL326.25º30.77%40.78%-
HSV(B)326.25º47.06%53.33%-
XYZ15.1810.9515.5-
YUV95.24135.2157.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.04%
GREEN value IS 72 (28.52% from 255) = 22.78%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=43.04%
G=22.78%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367210800.470.210.47326.2530.7740.78
Hex88486C02F152F1461f29
Octal21011015405725575063751
Binary100010001001000110110001011111010110111110100011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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