Shades of Cosmic #88436E
Tints of Cosmic #88436E
RGB
CMYK
RGB Variations
Color information
#88436E (or 0x88436E) is known color: Cosmic. HEX triplet: 88, 43 and 6E. RGB value is (136,67,110). Sum of RGB (Red+Green+Blue) = 136+67+110=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88436E is #77BC91. Grayscale: #5C5C5C. Windows color (decimal): -7847058 or 7226248. OLE color: 7226248.
HSL color Cylindrical-coordinate representation of color #88436E: hue angle of 322.61º degrees, saturation: 0.34, 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 #88436E is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 110 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.47 |
| HSL | 322.61º | 0.34% | 0.4% | - |
| HSV(B) | 322.61º | 0.51% | 0.53% | - |
| XYZ | 14.97 | 10.37 | 15.97 | - |
| YUV | 92.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 110 | 0 | 0.51 | 0.19 | 0.47 | 322.61 | 0.34 | 0.4 |
| Hex | 88 | 43 | 6E | 0 | 33 | 13 | 2F | 143 | 22 | 28 |
| Octal | 210 | 103 | 156 | 0 | 63 | 23 | 57 | 503 | 42 | 50 |
| Binary | 10001000 | 1000011 | 1101110 | 0 | 110011 | 10011 | 101111 | 101000011 | 100010 | 101000 |
Color Harmonies of #88436E
Complementary color
Monochromatic Colors of #88436E
Black with #88436E
Text Example
Text Example
White with #88436E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88436E; }
p { color: rgb(136,67,110); }
H1.HeaderClassName
{
color: #88436E;
}
.AnyTagClassName
{
color: #88436E;
}
</style>
background-color css
<style>
a { background-color: #88436E; }
a { background-color: rgb(136,67,110); }
div.DivClassName
{
background-color: #88436E;
}
.BgClassName
{
background-color: #88436E;
}
</style>
border-color css
<style>
span { border-color: #88436E; }
span { border-color: rgb(136,67,110); }
td.TdClassName
{
border-color: #88436E;
}
.TagClassName
{
border-color: #88436E;
}
</style>