Shades of Cosmic #88446D
Tints of Cosmic #88446D
RGB
CMYK
RGB Variations
Color information
#88446D (or 0x88446D) is known color: Cosmic. HEX triplet: 88, 44 and 6D. RGB value is (136,68,109). Sum of RGB (Red+Green+Blue) = 136+68+109=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88446D is #77BB92. Grayscale: #5C5C5C. Windows color (decimal): -7846803 or 7160968. OLE color: 7160968.
HSL color Cylindrical-coordinate representation of color #88446D: hue angle of 323.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88446D is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 68 | 109 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.47 |
| HSL | 323.82º | 0.33% | 0.4% | - |
| HSV(B) | 323.82º | 0.5% | 0.53% | - |
| XYZ | 14.98 | 10.47 | 15.7 | - |
| YUV | 93.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 109 | 0 | 0.50 | 0.20 | 0.47 | 323.82 | 0.33 | 0.4 |
| Hex | 88 | 44 | 6D | 0 | 32 | 14 | 2F | 144 | 21 | 28 |
| Octal | 210 | 104 | 155 | 0 | 62 | 24 | 57 | 504 | 41 | 50 |
| Binary | 10001000 | 1000100 | 1101101 | 0 | 110010 | 10100 | 101111 | 101000100 | 100001 | 101000 |
Color Harmonies of #88446D
Complementary color
Monochromatic Colors of #88446D
Black with #88446D
Text Example
Text Example
White with #88446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88446D; }
p { color: rgb(136,68,109); }
H1.HeaderClassName
{
color: #88446D;
}
.AnyTagClassName
{
color: #88446D;
}
</style>
background-color css
<style>
a { background-color: #88446D; }
a { background-color: rgb(136,68,109); }
div.DivClassName
{
background-color: #88446D;
}
.BgClassName
{
background-color: #88446D;
}
</style>
border-color css
<style>
span { border-color: #88446D; }
span { border-color: rgb(136,68,109); }
td.TdClassName
{
border-color: #88446D;
}
.TagClassName
{
border-color: #88446D;
}
</style>