Shades of Cosmic #854866
Tints of Cosmic #854866
RGB
CMYK
RGB Variations
Color information
#854866 (or 0x854866) is known color: Cosmic. HEX triplet: 85, 48 and 66. RGB value is (133,72,102). Sum of RGB (Red+Green+Blue) = 133+72+102=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #854866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854866 is #7AB799. Grayscale: #5D5D5D. Windows color (decimal): -8042394 or 6703237. OLE color: 6703237.
HSL color Cylindrical-coordinate representation of color #854866: hue angle of 330.49º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #854866 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 72 | 102 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.48 |
| HSL | 330.49º | 0.3% | 0.4% | - |
| HSV(B) | 330.49º | 0.46% | 0.52% | - |
| XYZ | 14.39 | 10.58 | 13.85 | - |
| YUV | 93.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 102 | 0 | 0.46 | 0.23 | 0.48 | 330.49 | 0.3 | 0.4 |
| Hex | 85 | 48 | 66 | 0 | 2E | 17 | 30 | 14A | 1E | 28 |
| Octal | 205 | 110 | 146 | 0 | 56 | 27 | 60 | 512 | 36 | 50 |
| Binary | 10000101 | 1001000 | 1100110 | 0 | 101110 | 10111 | 110000 | 101001010 | 11110 | 101000 |
Color Harmonies of #854866
Complementary color
Monochromatic Colors of #854866
Black with #854866
Text Example
Text Example
White with #854866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854866; }
p { color: rgb(133,72,102); }
H1.HeaderClassName
{
color: #854866;
}
.AnyTagClassName
{
color: #854866;
}
</style>
background-color css
<style>
a { background-color: #854866; }
a { background-color: rgb(133,72,102); }
div.DivClassName
{
background-color: #854866;
}
.BgClassName
{
background-color: #854866;
}
</style>
border-color css
<style>
span { border-color: #854866; }
span { border-color: rgb(133,72,102); }
td.TdClassName
{
border-color: #854866;
}
.TagClassName
{
border-color: #854866;
}
</style>