Shades of Cosmic #88426D
Tints of Cosmic #88426D
RGB
CMYK
RGB Variations
Color information
#88426D (or 0x88426D) is known color: Cosmic. HEX triplet: 88, 42 and 6D. RGB value is (136,66,109). Sum of RGB (Red+Green+Blue) = 136+66+109=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88426D is #77BD92. Grayscale: #5B5B5B. Windows color (decimal): -7847315 or 7160456. OLE color: 7160456.
HSL color Cylindrical-coordinate representation of color #88426D: hue angle of 323.14º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #88426D is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 109 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.47 |
| HSL | 323.14º | 0.35% | 0.4% | - |
| HSV(B) | 323.14º | 0.51% | 0.53% | - |
| XYZ | 14.86 | 10.23 | 15.66 | - |
| YUV | 91.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 109 | 0 | 0.51 | 0.20 | 0.47 | 323.14 | 0.35 | 0.4 |
| Hex | 88 | 42 | 6D | 0 | 33 | 14 | 2F | 143 | 23 | 28 |
| Octal | 210 | 102 | 155 | 0 | 63 | 24 | 57 | 503 | 43 | 50 |
| Binary | 10001000 | 1000010 | 1101101 | 0 | 110011 | 10100 | 101111 | 101000011 | 100011 | 101000 |
Color Harmonies of #88426D
Complementary color
Monochromatic Colors of #88426D
Black with #88426D
Text Example
Text Example
White with #88426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88426D; }
p { color: rgb(136,66,109); }
H1.HeaderClassName
{
color: #88426D;
}
.AnyTagClassName
{
color: #88426D;
}
</style>
background-color css
<style>
a { background-color: #88426D; }
a { background-color: rgb(136,66,109); }
div.DivClassName
{
background-color: #88426D;
}
.BgClassName
{
background-color: #88426D;
}
</style>
border-color css
<style>
span { border-color: #88426D; }
span { border-color: rgb(136,66,109); }
td.TdClassName
{
border-color: #88426D;
}
.TagClassName
{
border-color: #88426D;
}
</style>