Shades of Cosmic #88496C
Tints of Cosmic #88496C
RGB
CMYK
RGB Variations
Color information
#88496C (or 0x88496C) is known color: Cosmic. HEX triplet: 88, 49 and 6C. RGB value is (136,73,108). Sum of RGB (Red+Green+Blue) = 136+73+108=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #88496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88496C is #77B693. Grayscale: #5F5F5F. Windows color (decimal): -7845524 or 7096712. OLE color: 7096712.
HSL color Cylindrical-coordinate representation of color #88496C: hue angle of 326.67º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88496C is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 108 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.47 |
| HSL | 326.67º | 0.3% | 0.41% | - |
| HSV(B) | 326.67º | 0.46% | 0.53% | - |
| XYZ | 15.24 | 11.08 | 15.52 | - |
| YUV | 95.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 108 | 0 | 0.46 | 0.21 | 0.47 | 326.67 | 0.3 | 0.41 |
| Hex | 88 | 49 | 6C | 0 | 2E | 15 | 2F | 147 | 1E | 29 |
| Octal | 210 | 111 | 154 | 0 | 56 | 25 | 57 | 507 | 36 | 51 |
| Binary | 10001000 | 1001001 | 1101100 | 0 | 101110 | 10101 | 101111 | 101000111 | 11110 | 101001 |
Color Harmonies of #88496C
Complementary color
Monochromatic Colors of #88496C
Black with #88496C
Text Example
Text Example
White with #88496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88496C; }
p { color: rgb(136,73,108); }
H1.HeaderClassName
{
color: #88496C;
}
.AnyTagClassName
{
color: #88496C;
}
</style>
background-color css
<style>
a { background-color: #88496C; }
a { background-color: rgb(136,73,108); }
div.DivClassName
{
background-color: #88496C;
}
.BgClassName
{
background-color: #88496C;
}
</style>
border-color css
<style>
span { border-color: #88496C; }
span { border-color: rgb(136,73,108); }
td.TdClassName
{
border-color: #88496C;
}
.TagClassName
{
border-color: #88496C;
}
</style>