Shades of Cosmic #86426D
Tints of Cosmic #86426D
RGB
CMYK
RGB Variations
Color information
#86426D (or 0x86426D) is known color: Cosmic. HEX triplet: 86, 42 and 6D. RGB value is (134,66,109). Sum of RGB (Red+Green+Blue) = 134+66+109=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #86426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86426D is #79BD92. Grayscale: #5B5B5B. Windows color (decimal): -7978387 or 7160454. OLE color: 7160454.
HSL color Cylindrical-coordinate representation of color #86426D: hue angle of 322.06º 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 #86426D is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 66 | 109 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.47 |
| HSL | 322.06º | 0.34% | 0.39% | - |
| HSV(B) | 322.06º | 0.51% | 0.53% | - |
| XYZ | 14.54 | 10.07 | 15.65 | - |
| YUV | 91.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 109 | 0 | 0.51 | 0.19 | 0.47 | 322.06 | 0.34 | 0.39 |
| Hex | 86 | 42 | 6D | 0 | 33 | 13 | 2F | 142 | 22 | 27 |
| Octal | 206 | 102 | 155 | 0 | 63 | 23 | 57 | 502 | 42 | 47 |
| Binary | 10000110 | 1000010 | 1101101 | 0 | 110011 | 10011 | 101111 | 101000010 | 100010 | 100111 |
Color Harmonies of #86426D
Complementary color
Monochromatic Colors of #86426D
Black with #86426D
Text Example
Text Example
White with #86426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86426D; }
p { color: rgb(134,66,109); }
H1.HeaderClassName
{
color: #86426D;
}
.AnyTagClassName
{
color: #86426D;
}
</style>
background-color css
<style>
a { background-color: #86426D; }
a { background-color: rgb(134,66,109); }
div.DivClassName
{
background-color: #86426D;
}
.BgClassName
{
background-color: #86426D;
}
</style>
border-color css
<style>
span { border-color: #86426D; }
span { border-color: rgb(134,66,109); }
td.TdClassName
{
border-color: #86426D;
}
.TagClassName
{
border-color: #86426D;
}
</style>