Shades of Cosmic #8C4576
Tints of Cosmic #8C4576
RGB
CMYK
RGB Variations
Color information
#8C4576 (or 0x8C4576) is known color: Cosmic. HEX triplet: 8C, 45 and 76. RGB value is (140,69,118). Sum of RGB (Red+Green+Blue) = 140+69+118=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4576 is #73BA89. Grayscale: #5F5F5F. Windows color (decimal): -7584394 or 7751052. OLE color: 7751052.
HSL color Cylindrical-coordinate representation of color #8C4576: hue angle of 318.59º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4576 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 69 | 118 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.45 |
| HSL | 318.59º | 0.34% | 0.41% | - |
| HSV(B) | 318.59º | 0.51% | 0.55% | - |
| XYZ | 16.21 | 11.14 | 18.44 | - |
| YUV | 95.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 118 | 0 | 0.51 | 0.16 | 0.45 | 318.59 | 0.34 | 0.41 |
| Hex | 8C | 45 | 76 | 0 | 33 | 10 | 2D | 13F | 22 | 29 |
| Octal | 214 | 105 | 166 | 0 | 63 | 20 | 55 | 477 | 42 | 51 |
| Binary | 10001100 | 1000101 | 1110110 | 0 | 110011 | 10000 | 101101 | 100111111 | 100010 | 101001 |
Color Harmonies of #8C4576
Complementary color
Monochromatic Colors of #8C4576
Black with #8C4576
Text Example
Text Example
White with #8C4576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4576; }
p { color: rgb(140,69,118); }
H1.HeaderClassName
{
color: #8C4576;
}
.AnyTagClassName
{
color: #8C4576;
}
</style>
background-color css
<style>
a { background-color: #8C4576; }
a { background-color: rgb(140,69,118); }
div.DivClassName
{
background-color: #8C4576;
}
.BgClassName
{
background-color: #8C4576;
}
</style>
border-color css
<style>
span { border-color: #8C4576; }
span { border-color: rgb(140,69,118); }
td.TdClassName
{
border-color: #8C4576;
}
.TagClassName
{
border-color: #8C4576;
}
</style>