Shades of Cosmic #86526C
Tints of Cosmic #86526C
RGB
CMYK
RGB Variations
Color information
#86526C (or 0x86526C) is known color: Cosmic. HEX triplet: 86, 52 and 6C. RGB value is (134,82,108). Sum of RGB (Red+Green+Blue) = 134+82+108=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #86526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86526C is #79AD93. Grayscale: #646464. Windows color (decimal): -7974292 or 7099014. OLE color: 7099014.
HSL color Cylindrical-coordinate representation of color #86526C: hue angle of 330º 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 #86526C is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 108 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.47 |
| HSL | 330º | 0.24% | 0.42% | - |
| HSV(B) | 330º | 0.39% | 0.53% | - |
| XYZ | 15.56 | 12.19 | 15.72 | - |
| YUV | 100.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 108 | 0 | 0.39 | 0.19 | 0.47 | 330 | 0.24 | 0.42 |
| Hex | 86 | 52 | 6C | 0 | 27 | 13 | 2F | 14A | 18 | 2A |
| Octal | 206 | 122 | 154 | 0 | 47 | 23 | 57 | 512 | 30 | 52 |
| Binary | 10000110 | 1010010 | 1101100 | 0 | 100111 | 10011 | 101111 | 101001010 | 11000 | 101010 |
Color Harmonies of #86526C
Complementary color
Monochromatic Colors of #86526C
Black with #86526C
Text Example
Text Example
White with #86526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86526C; }
p { color: rgb(134,82,108); }
H1.HeaderClassName
{
color: #86526C;
}
.AnyTagClassName
{
color: #86526C;
}
</style>
background-color css
<style>
a { background-color: #86526C; }
a { background-color: rgb(134,82,108); }
div.DivClassName
{
background-color: #86526C;
}
.BgClassName
{
background-color: #86526C;
}
</style>
border-color css
<style>
span { border-color: #86526C; }
span { border-color: rgb(134,82,108); }
td.TdClassName
{
border-color: #86526C;
}
.TagClassName
{
border-color: #86526C;
}
</style>