Shades of Cosmic #8C4674
Tints of Cosmic #8C4674
RGB
CMYK
RGB Variations
Color information
#8C4674 (or 0x8C4674) is known color: Cosmic. HEX triplet: 8C, 46 and 74. RGB value is (140,70,116). Sum of RGB (Red+Green+Blue) = 140+70+116=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4674 is #73B98B. Grayscale: #606060. Windows color (decimal): -7584140 or 7620236. OLE color: 7620236.
HSL color Cylindrical-coordinate representation of color #8C4674: hue angle of 320.57º 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 #8C4674 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 70 | 116 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.45 |
| HSL | 320.57º | 0.33% | 0.41% | - |
| HSV(B) | 320.57º | 0.5% | 0.55% | - |
| XYZ | 16.16 | 11.22 | 17.84 | - |
| YUV | 96.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 116 | 0 | 0.50 | 0.17 | 0.45 | 320.57 | 0.33 | 0.41 |
| Hex | 8C | 46 | 74 | 0 | 32 | 11 | 2D | 141 | 21 | 29 |
| Octal | 214 | 106 | 164 | 0 | 62 | 21 | 55 | 501 | 41 | 51 |
| Binary | 10001100 | 1000110 | 1110100 | 0 | 110010 | 10001 | 101101 | 101000001 | 100001 | 101001 |
Color Harmonies of #8C4674
Complementary color
Monochromatic Colors of #8C4674
Black with #8C4674
Text Example
Text Example
White with #8C4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4674; }
p { color: rgb(140,70,116); }
H1.HeaderClassName
{
color: #8C4674;
}
.AnyTagClassName
{
color: #8C4674;
}
</style>
background-color css
<style>
a { background-color: #8C4674; }
a { background-color: rgb(140,70,116); }
div.DivClassName
{
background-color: #8C4674;
}
.BgClassName
{
background-color: #8C4674;
}
</style>
border-color css
<style>
span { border-color: #8C4674; }
span { border-color: rgb(140,70,116); }
td.TdClassName
{
border-color: #8C4674;
}
.TagClassName
{
border-color: #8C4674;
}
</style>