Shades of Cosmic #8C4073
Tints of Cosmic #8C4073
RGB
CMYK
RGB Variations
Color information
#8C4073 (or 0x8C4073) is known color: Cosmic. HEX triplet: 8C, 40 and 73. RGB value is (140,64,115). Sum of RGB (Red+Green+Blue) = 140+64+115=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4073 is #73BF8C. Grayscale: #5C5C5C. Windows color (decimal): -7585677 or 7553164. OLE color: 7553164.
HSL color Cylindrical-coordinate representation of color #8C4073: hue angle of 319.74º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4073 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 64 | 115 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.45 |
| HSL | 319.74º | 0.37% | 0.4% | - |
| HSV(B) | 319.74º | 0.54% | 0.55% | - |
| XYZ | 15.74 | 10.48 | 17.41 | - |
| YUV | 92.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 115 | 0 | 0.54 | 0.18 | 0.45 | 319.74 | 0.37 | 0.4 |
| Hex | 8C | 40 | 73 | 0 | 36 | 12 | 2D | 140 | 25 | 28 |
| Octal | 214 | 100 | 163 | 0 | 66 | 22 | 55 | 500 | 45 | 50 |
| Binary | 10001100 | 1000000 | 1110011 | 0 | 110110 | 10010 | 101101 | 101000000 | 100101 | 101000 |
Color Harmonies of #8C4073
Complementary color
Monochromatic Colors of #8C4073
Black with #8C4073
Text Example
Text Example
White with #8C4073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4073; }
p { color: rgb(140,64,115); }
H1.HeaderClassName
{
color: #8C4073;
}
.AnyTagClassName
{
color: #8C4073;
}
</style>
background-color css
<style>
a { background-color: #8C4073; }
a { background-color: rgb(140,64,115); }
div.DivClassName
{
background-color: #8C4073;
}
.BgClassName
{
background-color: #8C4073;
}
</style>
border-color css
<style>
span { border-color: #8C4073; }
span { border-color: rgb(140,64,115); }
td.TdClassName
{
border-color: #8C4073;
}
.TagClassName
{
border-color: #8C4073;
}
</style>