Shades of Cosmic #8C436F
Tints of Cosmic #8C436F
RGB
CMYK
RGB Variations
Color information
#8C436F (or 0x8C436F) is known color: Cosmic. HEX triplet: 8C, 43 and 6F. RGB value is (140,67,111). Sum of RGB (Red+Green+Blue) = 140+67+111=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C436F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C436F is #73BC90. Grayscale: #5D5D5D. Windows color (decimal): -7584913 or 7291788. OLE color: 7291788.
HSL color Cylindrical-coordinate representation of color #8C436F: hue angle of 323.84º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C436F is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 111 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.45 |
| HSL | 323.84º | 0.35% | 0.41% | - |
| HSV(B) | 323.84º | 0.52% | 0.55% | - |
| XYZ | 15.69 | 10.74 | 16.28 | - |
| YUV | 93.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 111 | 0 | 0.52 | 0.21 | 0.45 | 323.84 | 0.35 | 0.41 |
| Hex | 8C | 43 | 6F | 0 | 34 | 15 | 2D | 144 | 23 | 29 |
| Octal | 214 | 103 | 157 | 0 | 64 | 25 | 55 | 504 | 43 | 51 |
| Binary | 10001100 | 1000011 | 1101111 | 0 | 110100 | 10101 | 101101 | 101000100 | 100011 | 101001 |
Color Harmonies of #8C436F
Complementary color
Monochromatic Colors of #8C436F
Black with #8C436F
Text Example
Text Example
White with #8C436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C436F; }
p { color: rgb(140,67,111); }
H1.HeaderClassName
{
color: #8C436F;
}
.AnyTagClassName
{
color: #8C436F;
}
</style>
background-color css
<style>
a { background-color: #8C436F; }
a { background-color: rgb(140,67,111); }
div.DivClassName
{
background-color: #8C436F;
}
.BgClassName
{
background-color: #8C436F;
}
</style>
border-color css
<style>
span { border-color: #8C436F; }
span { border-color: rgb(140,67,111); }
td.TdClassName
{
border-color: #8C436F;
}
.TagClassName
{
border-color: #8C436F;
}
</style>