Shades of Cosmic #85466E
Tints of Cosmic #85466E
RGB
CMYK
RGB Variations
Color information
#85466E (or 0x85466E) is known color: Cosmic. HEX triplet: 85, 46 and 6E. RGB value is (133,70,110). Sum of RGB (Red+Green+Blue) = 133+70+110=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85466E is #7AB991. Grayscale: #5D5D5D. Windows color (decimal): -8042898 or 7227013. OLE color: 7227013.
HSL color Cylindrical-coordinate representation of color #85466E: hue angle of 321.9º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85466E is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 70 | 110 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.48 |
| HSL | 321.9º | 0.31% | 0.4% | - |
| HSV(B) | 321.9º | 0.47% | 0.52% | - |
| XYZ | 14.68 | 10.49 | 16 | - |
| YUV | 93.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 110 | 0 | 0.47 | 0.17 | 0.48 | 321.9 | 0.31 | 0.4 |
| Hex | 85 | 46 | 6E | 0 | 2F | 11 | 30 | 142 | 1F | 28 |
| Octal | 205 | 106 | 156 | 0 | 57 | 21 | 60 | 502 | 37 | 50 |
| Binary | 10000101 | 1000110 | 1101110 | 0 | 101111 | 10001 | 110000 | 101000010 | 11111 | 101000 |
Color Harmonies of #85466E
Complementary color
Monochromatic Colors of #85466E
Black with #85466E
Text Example
Text Example
White with #85466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85466E; }
p { color: rgb(133,70,110); }
H1.HeaderClassName
{
color: #85466E;
}
.AnyTagClassName
{
color: #85466E;
}
</style>
background-color css
<style>
a { background-color: #85466E; }
a { background-color: rgb(133,70,110); }
div.DivClassName
{
background-color: #85466E;
}
.BgClassName
{
background-color: #85466E;
}
</style>
border-color css
<style>
span { border-color: #85466E; }
span { border-color: rgb(133,70,110); }
td.TdClassName
{
border-color: #85466E;
}
.TagClassName
{
border-color: #85466E;
}
</style>