Shades of Cosmic #88466F
Tints of Cosmic #88466F
RGB
CMYK
RGB Variations
Color information
#88466F (or 0x88466F) is known color: Cosmic. HEX triplet: 88, 46 and 6F. RGB value is (136,70,111). Sum of RGB (Red+Green+Blue) = 136+70+111=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #88466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88466F is #77B990. Grayscale: #5E5E5E. Windows color (decimal): -7846289 or 7292552. OLE color: 7292552.
HSL color Cylindrical-coordinate representation of color #88466F: hue angle of 322.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #88466F is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 70 | 111 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.47 |
| HSL | 322.73º | 0.32% | 0.4% | - |
| HSV(B) | 322.73º | 0.49% | 0.53% | - |
| XYZ | 15.21 | 10.76 | 16.31 | - |
| YUV | 94.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 111 | 0 | 0.49 | 0.18 | 0.47 | 322.73 | 0.32 | 0.4 |
| Hex | 88 | 46 | 6F | 0 | 31 | 12 | 2F | 143 | 20 | 28 |
| Octal | 210 | 106 | 157 | 0 | 61 | 22 | 57 | 503 | 40 | 50 |
| Binary | 10001000 | 1000110 | 1101111 | 0 | 110001 | 10010 | 101111 | 101000011 | 100000 | 101000 |
Color Harmonies of #88466F
Complementary color
Monochromatic Colors of #88466F
Black with #88466F
Text Example
Text Example
White with #88466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88466F; }
p { color: rgb(136,70,111); }
H1.HeaderClassName
{
color: #88466F;
}
.AnyTagClassName
{
color: #88466F;
}
</style>
background-color css
<style>
a { background-color: #88466F; }
a { background-color: rgb(136,70,111); }
div.DivClassName
{
background-color: #88466F;
}
.BgClassName
{
background-color: #88466F;
}
</style>
border-color css
<style>
span { border-color: #88466F; }
span { border-color: rgb(136,70,111); }
td.TdClassName
{
border-color: #88466F;
}
.TagClassName
{
border-color: #88466F;
}
</style>