Shades of Cosmic #85466C
Tints of Cosmic #85466C
RGB
CMYK
RGB Variations
Color information
#85466C (or 0x85466C) is known color: Cosmic. HEX triplet: 85, 46 and 6C. RGB value is (133,70,108). Sum of RGB (Red+Green+Blue) = 133+70+108=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85466C is #7AB993. Grayscale: #5D5D5D. Windows color (decimal): -8042900 or 7095941. OLE color: 7095941.
HSL color Cylindrical-coordinate representation of color #85466C: hue angle of 323.81º 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 #85466C is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 70 | 108 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.48 |
| HSL | 323.81º | 0.31% | 0.4% | - |
| HSV(B) | 323.81º | 0.47% | 0.52% | - |
| XYZ | 14.57 | 10.45 | 15.44 | - |
| YUV | 93.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 108 | 0 | 0.47 | 0.19 | 0.48 | 323.81 | 0.31 | 0.4 |
| Hex | 85 | 46 | 6C | 0 | 2F | 13 | 30 | 144 | 1F | 28 |
| Octal | 205 | 106 | 154 | 0 | 57 | 23 | 60 | 504 | 37 | 50 |
| Binary | 10000101 | 1000110 | 1101100 | 0 | 101111 | 10011 | 110000 | 101000100 | 11111 | 101000 |
Color Harmonies of #85466C
Complementary color
Monochromatic Colors of #85466C
Black with #85466C
Text Example
Text Example
White with #85466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85466C; }
p { color: rgb(133,70,108); }
H1.HeaderClassName
{
color: #85466C;
}
.AnyTagClassName
{
color: #85466C;
}
</style>
background-color css
<style>
a { background-color: #85466C; }
a { background-color: rgb(133,70,108); }
div.DivClassName
{
background-color: #85466C;
}
.BgClassName
{
background-color: #85466C;
}
</style>
border-color css
<style>
span { border-color: #85466C; }
span { border-color: rgb(133,70,108); }
td.TdClassName
{
border-color: #85466C;
}
.TagClassName
{
border-color: #85466C;
}
</style>