Shades of Cosmic #8C4672
Tints of Cosmic #8C4672
RGB
CMYK
RGB Variations
Color information
#8C4672 (or 0x8C4672) is known color: Cosmic. HEX triplet: 8C, 46 and 72. RGB value is (140,70,114). Sum of RGB (Red+Green+Blue) = 140+70+114=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4672 is #73B98D. Grayscale: #5F5F5F. Windows color (decimal): -7584142 or 7489164. OLE color: 7489164.
HSL color Cylindrical-coordinate representation of color #8C4672: hue angle of 322.29º 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 #8C4672 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 70 | 114 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.45 |
| HSL | 322.29º | 0.33% | 0.41% | - |
| HSV(B) | 322.29º | 0.5% | 0.55% | - |
| XYZ | 16.04 | 11.17 | 17.23 | - |
| YUV | 95.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 114 | 0 | 0.50 | 0.19 | 0.45 | 322.29 | 0.33 | 0.41 |
| Hex | 8C | 46 | 72 | 0 | 32 | 13 | 2D | 142 | 21 | 29 |
| Octal | 214 | 106 | 162 | 0 | 62 | 23 | 55 | 502 | 41 | 51 |
| Binary | 10001100 | 1000110 | 1110010 | 0 | 110010 | 10011 | 101101 | 101000010 | 100001 | 101001 |
Color Harmonies of #8C4672
Complementary color
Monochromatic Colors of #8C4672
Black with #8C4672
Text Example
Text Example
White with #8C4672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4672; }
p { color: rgb(140,70,114); }
H1.HeaderClassName
{
color: #8C4672;
}
.AnyTagClassName
{
color: #8C4672;
}
</style>
background-color css
<style>
a { background-color: #8C4672; }
a { background-color: rgb(140,70,114); }
div.DivClassName
{
background-color: #8C4672;
}
.BgClassName
{
background-color: #8C4672;
}
</style>
border-color css
<style>
span { border-color: #8C4672; }
span { border-color: rgb(140,70,114); }
td.TdClassName
{
border-color: #8C4672;
}
.TagClassName
{
border-color: #8C4672;
}
</style>