Shades of Cosmic #854C73
Tints of Cosmic #854C73
RGB
CMYK
RGB Variations
Color information
#854C73 (or 0x854C73) is known color: Cosmic. HEX triplet: 85, 4C and 73. RGB value is (133,76,115). Sum of RGB (Red+Green+Blue) = 133+76+115=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #854C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C73 is #7AB38C. Grayscale: #616161. Windows color (decimal): -8041357 or 7556229. OLE color: 7556229.
HSL color Cylindrical-coordinate representation of color #854C73: hue angle of 318.95º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #854C73 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 76 | 115 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.48 |
| HSL | 318.95º | 0.27% | 0.41% | - |
| HSV(B) | 318.95º | 0.43% | 0.52% | - |
| XYZ | 15.35 | 11.39 | 17.61 | - |
| YUV | 97.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 115 | 0 | 0.43 | 0.14 | 0.48 | 318.95 | 0.27 | 0.41 |
| Hex | 85 | 4C | 73 | 0 | 2B | E | 30 | 13F | 1B | 29 |
| Octal | 205 | 114 | 163 | 0 | 53 | 16 | 60 | 477 | 33 | 51 |
| Binary | 10000101 | 1001100 | 1110011 | 0 | 101011 | 1110 | 110000 | 100111111 | 11011 | 101001 |
Color Harmonies of #854C73
Complementary color
Monochromatic Colors of #854C73
Black with #854C73
Text Example
Text Example
White with #854C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854C73; }
p { color: rgb(133,76,115); }
H1.HeaderClassName
{
color: #854C73;
}
.AnyTagClassName
{
color: #854C73;
}
</style>
background-color css
<style>
a { background-color: #854C73; }
a { background-color: rgb(133,76,115); }
div.DivClassName
{
background-color: #854C73;
}
.BgClassName
{
background-color: #854C73;
}
</style>
border-color css
<style>
span { border-color: #854C73; }
span { border-color: rgb(133,76,115); }
td.TdClassName
{
border-color: #854C73;
}
.TagClassName
{
border-color: #854C73;
}
</style>