Shades of Cosmic #84516C
Tints of Cosmic #84516C
RGB
CMYK
RGB Variations
Color information
#84516C (or 0x84516C) is known color: Cosmic. HEX triplet: 84, 51 and 6C. RGB value is (132,81,108). Sum of RGB (Red+Green+Blue) = 132+81+108=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #84516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84516C is #7BAE93. Grayscale: #636363. Windows color (decimal): -8105620 or 7098756. OLE color: 7098756.
HSL color Cylindrical-coordinate representation of color #84516C: hue angle of 328.24º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84516C is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 81 | 108 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.48 |
| HSL | 328.24º | 0.24% | 0.42% | - |
| HSV(B) | 328.24º | 0.39% | 0.52% | - |
| XYZ | 15.16 | 11.87 | 15.68 | - |
| YUV | 99.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 108 | 0 | 0.39 | 0.18 | 0.48 | 328.24 | 0.24 | 0.42 |
| Hex | 84 | 51 | 6C | 0 | 27 | 12 | 30 | 148 | 18 | 2A |
| Octal | 204 | 121 | 154 | 0 | 47 | 22 | 60 | 510 | 30 | 52 |
| Binary | 10000100 | 1010001 | 1101100 | 0 | 100111 | 10010 | 110000 | 101001000 | 11000 | 101010 |
Color Harmonies of #84516C
Complementary color
Monochromatic Colors of #84516C
Black with #84516C
Text Example
Text Example
White with #84516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84516C; }
p { color: rgb(132,81,108); }
H1.HeaderClassName
{
color: #84516C;
}
.AnyTagClassName
{
color: #84516C;
}
</style>
background-color css
<style>
a { background-color: #84516C; }
a { background-color: rgb(132,81,108); }
div.DivClassName
{
background-color: #84516C;
}
.BgClassName
{
background-color: #84516C;
}
</style>
border-color css
<style>
span { border-color: #84516C; }
span { border-color: rgb(132,81,108); }
td.TdClassName
{
border-color: #84516C;
}
.TagClassName
{
border-color: #84516C;
}
</style>