Shades of Cosmic #8C4673
Tints of Cosmic #8C4673
RGB
CMYK
RGB Variations
Color information
#8C4673 (or 0x8C4673) is known color: Cosmic. HEX triplet: 8C, 46 and 73. RGB value is (140,70,115). Sum of RGB (Red+Green+Blue) = 140+70+115=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4673 is #73B98C. Grayscale: #5F5F5F. Windows color (decimal): -7584141 or 7554700. OLE color: 7554700.
HSL color Cylindrical-coordinate representation of color #8C4673: hue angle of 321.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C4673 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 70 | 115 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.45 |
| HSL | 321.43º | 0.33% | 0.41% | - |
| HSV(B) | 321.43º | 0.5% | 0.55% | - |
| XYZ | 16.1 | 11.19 | 17.53 | - |
| YUV | 96.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 115 | 0 | 0.50 | 0.18 | 0.45 | 321.43 | 0.33 | 0.41 |
| Hex | 8C | 46 | 73 | 0 | 32 | 12 | 2D | 141 | 21 | 29 |
| Octal | 214 | 106 | 163 | 0 | 62 | 22 | 55 | 501 | 41 | 51 |
| Binary | 10001100 | 1000110 | 1110011 | 0 | 110010 | 10010 | 101101 | 101000001 | 100001 | 101001 |
Color Harmonies of #8C4673
Complementary color
Monochromatic Colors of #8C4673
Black with #8C4673
Text Example
Text Example
White with #8C4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4673; }
p { color: rgb(140,70,115); }
H1.HeaderClassName
{
color: #8C4673;
}
.AnyTagClassName
{
color: #8C4673;
}
</style>
background-color css
<style>
a { background-color: #8C4673; }
a { background-color: rgb(140,70,115); }
div.DivClassName
{
background-color: #8C4673;
}
.BgClassName
{
background-color: #8C4673;
}
</style>
border-color css
<style>
span { border-color: #8C4673; }
span { border-color: rgb(140,70,115); }
td.TdClassName
{
border-color: #8C4673;
}
.TagClassName
{
border-color: #8C4673;
}
</style>