Shades of Cosmic #8C406F
Tints of Cosmic #8C406F
RGB
CMYK
RGB Variations
Color information
#8C406F (or 0x8C406F) is known color: Cosmic. HEX triplet: 8C, 40 and 6F. RGB value is (140,64,111). Sum of RGB (Red+Green+Blue) = 140+64+111=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C406F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C406F is #73BF90. Grayscale: #5B5B5B. Windows color (decimal): -7585681 or 7291020. OLE color: 7291020.
HSL color Cylindrical-coordinate representation of color #8C406F: hue angle of 322.89º 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 #8C406F is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 64 | 111 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.45 |
| HSL | 322.89º | 0.37% | 0.4% | - |
| HSV(B) | 322.89º | 0.54% | 0.55% | - |
| XYZ | 15.52 | 10.39 | 16.23 | - |
| YUV | 92.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 64 | 111 | 0 | 0.54 | 0.21 | 0.45 | 322.89 | 0.37 | 0.4 |
| Hex | 8C | 40 | 6F | 0 | 36 | 15 | 2D | 143 | 25 | 28 |
| Octal | 214 | 100 | 157 | 0 | 66 | 25 | 55 | 503 | 45 | 50 |
| Binary | 10001100 | 1000000 | 1101111 | 0 | 110110 | 10101 | 101101 | 101000011 | 100101 | 101000 |
Color Harmonies of #8C406F
Complementary color
Monochromatic Colors of #8C406F
Black with #8C406F
Text Example
Text Example
White with #8C406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C406F; }
p { color: rgb(140,64,111); }
H1.HeaderClassName
{
color: #8C406F;
}
.AnyTagClassName
{
color: #8C406F;
}
</style>
background-color css
<style>
a { background-color: #8C406F; }
a { background-color: rgb(140,64,111); }
div.DivClassName
{
background-color: #8C406F;
}
.BgClassName
{
background-color: #8C406F;
}
</style>
border-color css
<style>
span { border-color: #8C406F; }
span { border-color: rgb(140,64,111); }
td.TdClassName
{
border-color: #8C406F;
}
.TagClassName
{
border-color: #8C406F;
}
</style>