Shades of Cosmic #87486E
Tints of Cosmic #87486E
RGB
CMYK
RGB Variations
Color information
#87486E (or 0x87486E) is known color: Cosmic. HEX triplet: 87, 48 and 6E. RGB value is (135,72,110). Sum of RGB (Red+Green+Blue) = 135+72+110=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #87486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87486E is #78B791. Grayscale: #5F5F5F. Windows color (decimal): -7911314 or 7227527. OLE color: 7227527.
HSL color Cylindrical-coordinate representation of color #87486E: hue angle of 323.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87486E is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 110 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.47 |
| HSL | 323.81º | 0.3% | 0.41% | - |
| HSV(B) | 323.81º | 0.47% | 0.53% | - |
| XYZ | 15.12 | 10.91 | 16.06 | - |
| YUV | 95.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 110 | 0 | 0.47 | 0.19 | 0.47 | 323.81 | 0.3 | 0.41 |
| Hex | 87 | 48 | 6E | 0 | 2F | 13 | 2F | 144 | 1E | 29 |
| Octal | 207 | 110 | 156 | 0 | 57 | 23 | 57 | 504 | 36 | 51 |
| Binary | 10000111 | 1001000 | 1101110 | 0 | 101111 | 10011 | 101111 | 101000100 | 11110 | 101001 |
Color Harmonies of #87486E
Complementary color
Monochromatic Colors of #87486E
Black with #87486E
Text Example
Text Example
White with #87486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87486E; }
p { color: rgb(135,72,110); }
H1.HeaderClassName
{
color: #87486E;
}
.AnyTagClassName
{
color: #87486E;
}
</style>
background-color css
<style>
a { background-color: #87486E; }
a { background-color: rgb(135,72,110); }
div.DivClassName
{
background-color: #87486E;
}
.BgClassName
{
background-color: #87486E;
}
</style>
border-color css
<style>
span { border-color: #87486E; }
span { border-color: rgb(135,72,110); }
td.TdClassName
{
border-color: #87486E;
}
.TagClassName
{
border-color: #87486E;
}
</style>