Shades of Cosmic #88466B
Tints of Cosmic #88466B
RGB
CMYK
RGB Variations
Color information
#88466B (or 0x88466B) is known color: Cosmic. HEX triplet: 88, 46 and 6B. RGB value is (136,70,107). Sum of RGB (Red+Green+Blue) = 136+70+107=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88466B is #77B994. Grayscale: #5D5D5D. Windows color (decimal): -7846293 or 7030408. OLE color: 7030408.
HSL color Cylindrical-coordinate representation of color #88466B: hue angle of 326.36º 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 #88466B is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 70 | 107 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.47 |
| HSL | 326.36º | 0.32% | 0.4% | - |
| HSV(B) | 326.36º | 0.49% | 0.53% | - |
| XYZ | 15 | 10.68 | 15.18 | - |
| YUV | 93.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 107 | 0 | 0.49 | 0.21 | 0.47 | 326.36 | 0.32 | 0.4 |
| Hex | 88 | 46 | 6B | 0 | 31 | 15 | 2F | 146 | 20 | 28 |
| Octal | 210 | 106 | 153 | 0 | 61 | 25 | 57 | 506 | 40 | 50 |
| Binary | 10001000 | 1000110 | 1101011 | 0 | 110001 | 10101 | 101111 | 101000110 | 100000 | 101000 |
Color Harmonies of #88466B
Complementary color
Monochromatic Colors of #88466B
Black with #88466B
Text Example
Text Example
White with #88466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88466B; }
p { color: rgb(136,70,107); }
H1.HeaderClassName
{
color: #88466B;
}
.AnyTagClassName
{
color: #88466B;
}
</style>
background-color css
<style>
a { background-color: #88466B; }
a { background-color: rgb(136,70,107); }
div.DivClassName
{
background-color: #88466B;
}
.BgClassName
{
background-color: #88466B;
}
</style>
border-color css
<style>
span { border-color: #88466B; }
span { border-color: rgb(136,70,107); }
td.TdClassName
{
border-color: #88466B;
}
.TagClassName
{
border-color: #88466B;
}
</style>