Shades of Cosmic #86426E
Tints of Cosmic #86426E
RGB
CMYK
RGB Variations
Color information
#86426E (or 0x86426E) is known color: Cosmic. HEX triplet: 86, 42 and 6E. RGB value is (134,66,110). Sum of RGB (Red+Green+Blue) = 134+66+110=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86426E is #79BD91. Grayscale: #5B5B5B. Windows color (decimal): -7978386 or 7225990. OLE color: 7225990.
HSL color Cylindrical-coordinate representation of color #86426E: hue angle of 321.18º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86426E is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 66 | 110 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.47 |
| HSL | 321.18º | 0.34% | 0.39% | - |
| HSV(B) | 321.18º | 0.51% | 0.53% | - |
| XYZ | 14.59 | 10.09 | 15.93 | - |
| YUV | 91.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 110 | 0 | 0.51 | 0.18 | 0.47 | 321.18 | 0.34 | 0.39 |
| Hex | 86 | 42 | 6E | 0 | 33 | 12 | 2F | 141 | 22 | 27 |
| Octal | 206 | 102 | 156 | 0 | 63 | 22 | 57 | 501 | 42 | 47 |
| Binary | 10000110 | 1000010 | 1101110 | 0 | 110011 | 10010 | 101111 | 101000001 | 100010 | 100111 |
Color Harmonies of #86426E
Complementary color
Monochromatic Colors of #86426E
Black with #86426E
Text Example
Text Example
White with #86426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86426E; }
p { color: rgb(134,66,110); }
H1.HeaderClassName
{
color: #86426E;
}
.AnyTagClassName
{
color: #86426E;
}
</style>
background-color css
<style>
a { background-color: #86426E; }
a { background-color: rgb(134,66,110); }
div.DivClassName
{
background-color: #86426E;
}
.BgClassName
{
background-color: #86426E;
}
</style>
border-color css
<style>
span { border-color: #86426E; }
span { border-color: rgb(134,66,110); }
td.TdClassName
{
border-color: #86426E;
}
.TagClassName
{
border-color: #86426E;
}
</style>