Shades of Cosmic #82526C
Tints of Cosmic #82526C
RGB
CMYK
RGB Variations
Color information
#82526C (or 0x82526C) is known color: Cosmic. HEX triplet: 82, 52 and 6C. RGB value is (130,82,108). Sum of RGB (Red+Green+Blue) = 130+82+108=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #82526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82526C is #7DAD93. Grayscale: #636363. Windows color (decimal): -8236436 or 7099010. OLE color: 7099010.
HSL color Cylindrical-coordinate representation of color #82526C: hue angle of 327.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82526C is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 108 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.49 |
| HSL | 327.5º | 0.23% | 0.42% | - |
| HSV(B) | 327.5º | 0.37% | 0.51% | - |
| XYZ | 14.93 | 11.86 | 15.69 | - |
| YUV | 99.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 108 | 0 | 0.37 | 0.17 | 0.49 | 327.5 | 0.23 | 0.42 |
| Hex | 82 | 52 | 6C | 0 | 25 | 11 | 31 | 148 | 17 | 2A |
| Octal | 202 | 122 | 154 | 0 | 45 | 21 | 61 | 510 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1101100 | 0 | 100101 | 10001 | 110001 | 101001000 | 10111 | 101010 |
Color Harmonies of #82526C
Complementary color
Monochromatic Colors of #82526C
Black with #82526C
Text Example
Text Example
White with #82526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82526C; }
p { color: rgb(130,82,108); }
H1.HeaderClassName
{
color: #82526C;
}
.AnyTagClassName
{
color: #82526C;
}
</style>
background-color css
<style>
a { background-color: #82526C; }
a { background-color: rgb(130,82,108); }
div.DivClassName
{
background-color: #82526C;
}
.BgClassName
{
background-color: #82526C;
}
</style>
border-color css
<style>
span { border-color: #82526C; }
span { border-color: rgb(130,82,108); }
td.TdClassName
{
border-color: #82526C;
}
.TagClassName
{
border-color: #82526C;
}
</style>