Shades of Cosmic #85446E
Tints of Cosmic #85446E
RGB
CMYK
RGB Variations
Color information
#85446E (or 0x85446E) is known color: Cosmic. HEX triplet: 85, 44 and 6E. RGB value is (133,68,110). Sum of RGB (Red+Green+Blue) = 133+68+110=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85446E is #7ABB91. Grayscale: #5C5C5C. Windows color (decimal): -8043410 or 7226501. OLE color: 7226501.
HSL color Cylindrical-coordinate representation of color #85446E: hue angle of 321.23º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85446E is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 68 | 110 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.48 |
| HSL | 321.23º | 0.32% | 0.39% | - |
| HSV(B) | 321.23º | 0.49% | 0.52% | - |
| XYZ | 14.55 | 10.25 | 15.96 | - |
| YUV | 92.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 110 | 0 | 0.49 | 0.17 | 0.48 | 321.23 | 0.32 | 0.39 |
| Hex | 85 | 44 | 6E | 0 | 31 | 11 | 30 | 141 | 20 | 27 |
| Octal | 205 | 104 | 156 | 0 | 61 | 21 | 60 | 501 | 40 | 47 |
| Binary | 10000101 | 1000100 | 1101110 | 0 | 110001 | 10001 | 110000 | 101000001 | 100000 | 100111 |
Color Harmonies of #85446E
Complementary color
Monochromatic Colors of #85446E
Black with #85446E
Text Example
Text Example
White with #85446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85446E; }
p { color: rgb(133,68,110); }
H1.HeaderClassName
{
color: #85446E;
}
.AnyTagClassName
{
color: #85446E;
}
</style>
background-color css
<style>
a { background-color: #85446E; }
a { background-color: rgb(133,68,110); }
div.DivClassName
{
background-color: #85446E;
}
.BgClassName
{
background-color: #85446E;
}
</style>
border-color css
<style>
span { border-color: #85446E; }
span { border-color: rgb(133,68,110); }
td.TdClassName
{
border-color: #85446E;
}
.TagClassName
{
border-color: #85446E;
}
</style>