Shades of Cosmic #854C70
Tints of Cosmic #854C70
RGB
CMYK
RGB Variations
Color information
#854C70 (or 0x854C70) is known color: Cosmic. HEX triplet: 85, 4C and 70. RGB value is (133,76,112). Sum of RGB (Red+Green+Blue) = 133+76+112=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #854C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C70 is #7AB38F. Grayscale: #616161. Windows color (decimal): -8041360 or 7359621. OLE color: 7359621.
HSL color Cylindrical-coordinate representation of color #854C70: hue angle of 322.11º 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 #854C70 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 76 | 112 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.48 |
| HSL | 322.11º | 0.27% | 0.41% | - |
| HSV(B) | 322.11º | 0.43% | 0.52% | - |
| XYZ | 15.18 | 11.33 | 16.72 | - |
| YUV | 97.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 112 | 0 | 0.43 | 0.16 | 0.48 | 322.11 | 0.27 | 0.41 |
| Hex | 85 | 4C | 70 | 0 | 2B | 10 | 30 | 142 | 1B | 29 |
| Octal | 205 | 114 | 160 | 0 | 53 | 20 | 60 | 502 | 33 | 51 |
| Binary | 10000101 | 1001100 | 1110000 | 0 | 101011 | 10000 | 110000 | 101000010 | 11011 | 101001 |
Color Harmonies of #854C70
Complementary color
Monochromatic Colors of #854C70
Black with #854C70
Text Example
Text Example
White with #854C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854C70; }
p { color: rgb(133,76,112); }
H1.HeaderClassName
{
color: #854C70;
}
.AnyTagClassName
{
color: #854C70;
}
</style>
background-color css
<style>
a { background-color: #854C70; }
a { background-color: rgb(133,76,112); }
div.DivClassName
{
background-color: #854C70;
}
.BgClassName
{
background-color: #854C70;
}
</style>
border-color css
<style>
span { border-color: #854C70; }
span { border-color: rgb(133,76,112); }
td.TdClassName
{
border-color: #854C70;
}
.TagClassName
{
border-color: #854C70;
}
</style>