Shades of Cosmic #88506F
Tints of Cosmic #88506F
RGB
CMYK
RGB Variations
Color information
#88506F (or 0x88506F) is known color: Cosmic. HEX triplet: 88, 50 and 6F. RGB value is (136,80,111). Sum of RGB (Red+Green+Blue) = 136+80+111=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #88506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88506F is #77AF90. Grayscale: #646464. Windows color (decimal): -7843729 or 7295112. OLE color: 7295112.
HSL color Cylindrical-coordinate representation of color #88506F: hue angle of 326.79º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88506F is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 111 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.47 |
| HSL | 326.79º | 0.26% | 0.42% | - |
| HSV(B) | 326.79º | 0.41% | 0.53% | - |
| XYZ | 15.89 | 12.12 | 16.54 | - |
| YUV | 100.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 111 | 0 | 0.41 | 0.18 | 0.47 | 326.79 | 0.26 | 0.42 |
| Hex | 88 | 50 | 6F | 0 | 29 | 12 | 2F | 147 | 1A | 2A |
| Octal | 210 | 120 | 157 | 0 | 51 | 22 | 57 | 507 | 32 | 52 |
| Binary | 10001000 | 1010000 | 1101111 | 0 | 101001 | 10010 | 101111 | 101000111 | 11010 | 101010 |
Color Harmonies of #88506F
Complementary color
Monochromatic Colors of #88506F
Black with #88506F
Text Example
Text Example
White with #88506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88506F; }
p { color: rgb(136,80,111); }
H1.HeaderClassName
{
color: #88506F;
}
.AnyTagClassName
{
color: #88506F;
}
</style>
background-color css
<style>
a { background-color: #88506F; }
a { background-color: rgb(136,80,111); }
div.DivClassName
{
background-color: #88506F;
}
.BgClassName
{
background-color: #88506F;
}
</style>
border-color css
<style>
span { border-color: #88506F; }
span { border-color: rgb(136,80,111); }
td.TdClassName
{
border-color: #88506F;
}
.TagClassName
{
border-color: #88506F;
}
</style>