Shades of Cosmic #8C426C
Tints of Cosmic #8C426C
RGB
CMYK
RGB Variations
Color information
#8C426C (or 0x8C426C) is known color: Cosmic. HEX triplet: 8C, 42 and 6C. RGB value is (140,66,108). Sum of RGB (Red+Green+Blue) = 140+66+108=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C426C is #73BD93. Grayscale: #5C5C5C. Windows color (decimal): -7585172 or 7094924. OLE color: 7094924.
HSL color Cylindrical-coordinate representation of color #8C426C: hue angle of 325.95º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C426C is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 66 | 108 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.45 |
| HSL | 325.95º | 0.36% | 0.4% | - |
| HSV(B) | 325.95º | 0.53% | 0.55% | - |
| XYZ | 15.47 | 10.55 | 15.41 | - |
| YUV | 92.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 66 | 108 | 0 | 0.53 | 0.23 | 0.45 | 325.95 | 0.36 | 0.4 |
| Hex | 8C | 42 | 6C | 0 | 35 | 17 | 2D | 146 | 24 | 28 |
| Octal | 214 | 102 | 154 | 0 | 65 | 27 | 55 | 506 | 44 | 50 |
| Binary | 10001100 | 1000010 | 1101100 | 0 | 110101 | 10111 | 101101 | 101000110 | 100100 | 101000 |
Color Harmonies of #8C426C
Complementary color
Monochromatic Colors of #8C426C
Black with #8C426C
Text Example
Text Example
White with #8C426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C426C; }
p { color: rgb(140,66,108); }
H1.HeaderClassName
{
color: #8C426C;
}
.AnyTagClassName
{
color: #8C426C;
}
</style>
background-color css
<style>
a { background-color: #8C426C; }
a { background-color: rgb(140,66,108); }
div.DivClassName
{
background-color: #8C426C;
}
.BgClassName
{
background-color: #8C426C;
}
</style>
border-color css
<style>
span { border-color: #8C426C; }
span { border-color: rgb(140,66,108); }
td.TdClassName
{
border-color: #8C426C;
}
.TagClassName
{
border-color: #8C426C;
}
</style>