Shades of Cosmic #8C416F
Tints of Cosmic #8C416F
RGB
CMYK
RGB Variations
Color information
#8C416F (or 0x8C416F) is known color: Cosmic. HEX triplet: 8C, 41 and 6F. RGB value is (140,65,111). Sum of RGB (Red+Green+Blue) = 140+65+111=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C416F is #73BE90. Grayscale: #5C5C5C. Windows color (decimal): -7585425 or 7291276. OLE color: 7291276.
HSL color Cylindrical-coordinate representation of color #8C416F: hue angle of 323.2º 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 #8C416F is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 111 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.45 |
| HSL | 323.2º | 0.37% | 0.4% | - |
| HSV(B) | 323.2º | 0.54% | 0.55% | - |
| XYZ | 15.57 | 10.5 | 16.25 | - |
| YUV | 92.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 111 | 0 | 0.54 | 0.21 | 0.45 | 323.2 | 0.37 | 0.4 |
| Hex | 8C | 41 | 6F | 0 | 36 | 15 | 2D | 143 | 25 | 28 |
| Octal | 214 | 101 | 157 | 0 | 66 | 25 | 55 | 503 | 45 | 50 |
| Binary | 10001100 | 1000001 | 1101111 | 0 | 110110 | 10101 | 101101 | 101000011 | 100101 | 101000 |
Color Harmonies of #8C416F
Complementary color
Monochromatic Colors of #8C416F
Black with #8C416F
Text Example
Text Example
White with #8C416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C416F; }
p { color: rgb(140,65,111); }
H1.HeaderClassName
{
color: #8C416F;
}
.AnyTagClassName
{
color: #8C416F;
}
</style>
background-color css
<style>
a { background-color: #8C416F; }
a { background-color: rgb(140,65,111); }
div.DivClassName
{
background-color: #8C416F;
}
.BgClassName
{
background-color: #8C416F;
}
</style>
border-color css
<style>
span { border-color: #8C416F; }
span { border-color: rgb(140,65,111); }
td.TdClassName
{
border-color: #8C416F;
}
.TagClassName
{
border-color: #8C416F;
}
</style>