Shades of Cosmic #84526C
Tints of Cosmic #84526C
RGB
CMYK
RGB Variations
Color information
#84526C (or 0x84526C) is known color: Cosmic. HEX triplet: 84, 52 and 6C. RGB value is (132,82,108). Sum of RGB (Red+Green+Blue) = 132+82+108=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84526C is #7BAD93. Grayscale: #636363. Windows color (decimal): -8105364 or 7099012. OLE color: 7099012.
HSL color Cylindrical-coordinate representation of color #84526C: hue angle of 328.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84526C is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 108 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.48 |
| HSL | 328.8º | 0.23% | 0.42% | - |
| HSV(B) | 328.8º | 0.38% | 0.52% | - |
| XYZ | 15.24 | 12.02 | 15.7 | - |
| YUV | 99.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 108 | 0 | 0.38 | 0.18 | 0.48 | 328.8 | 0.23 | 0.42 |
| Hex | 84 | 52 | 6C | 0 | 26 | 12 | 30 | 149 | 17 | 2A |
| Octal | 204 | 122 | 154 | 0 | 46 | 22 | 60 | 511 | 27 | 52 |
| Binary | 10000100 | 1010010 | 1101100 | 0 | 100110 | 10010 | 110000 | 101001001 | 10111 | 101010 |
Color Harmonies of #84526C
Complementary color
Monochromatic Colors of #84526C
Black with #84526C
Text Example
Text Example
White with #84526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84526C; }
p { color: rgb(132,82,108); }
H1.HeaderClassName
{
color: #84526C;
}
.AnyTagClassName
{
color: #84526C;
}
</style>
background-color css
<style>
a { background-color: #84526C; }
a { background-color: rgb(132,82,108); }
div.DivClassName
{
background-color: #84526C;
}
.BgClassName
{
background-color: #84526C;
}
</style>
border-color css
<style>
span { border-color: #84526C; }
span { border-color: rgb(132,82,108); }
td.TdClassName
{
border-color: #84526C;
}
.TagClassName
{
border-color: #84526C;
}
</style>