Shades of Cosmic #86526E
Tints of Cosmic #86526E
RGB
CMYK
RGB Variations
Color information
#86526E (or 0x86526E) is known color: Cosmic. HEX triplet: 86, 52 and 6E. RGB value is (134,82,110). Sum of RGB (Red+Green+Blue) = 134+82+110=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #86526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86526E is #79AD91. Grayscale: #646464. Windows color (decimal): -7974290 or 7230086. OLE color: 7230086.
HSL color Cylindrical-coordinate representation of color #86526E: hue angle of 327.69º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86526E is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 110 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.47 |
| HSL | 327.69º | 0.24% | 0.42% | - |
| HSV(B) | 327.69º | 0.39% | 0.53% | - |
| XYZ | 15.66 | 12.23 | 16.29 | - |
| YUV | 100.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 110 | 0 | 0.39 | 0.18 | 0.47 | 327.69 | 0.24 | 0.42 |
| Hex | 86 | 52 | 6E | 0 | 27 | 12 | 2F | 148 | 18 | 2A |
| Octal | 206 | 122 | 156 | 0 | 47 | 22 | 57 | 510 | 30 | 52 |
| Binary | 10000110 | 1010010 | 1101110 | 0 | 100111 | 10010 | 101111 | 101001000 | 11000 | 101010 |
Color Harmonies of #86526E
Complementary color
Monochromatic Colors of #86526E
Black with #86526E
Text Example
Text Example
White with #86526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86526E; }
p { color: rgb(134,82,110); }
H1.HeaderClassName
{
color: #86526E;
}
.AnyTagClassName
{
color: #86526E;
}
</style>
background-color css
<style>
a { background-color: #86526E; }
a { background-color: rgb(134,82,110); }
div.DivClassName
{
background-color: #86526E;
}
.BgClassName
{
background-color: #86526E;
}
</style>
border-color css
<style>
span { border-color: #86526E; }
span { border-color: rgb(134,82,110); }
td.TdClassName
{
border-color: #86526E;
}
.TagClassName
{
border-color: #86526E;
}
</style>