Shades of Cosmic #854D64
Tints of Cosmic #854D64
RGB
CMYK
RGB Variations
Color information
#854D64 (or 0x854D64) is known color: Cosmic. HEX triplet: 85, 4D and 64. RGB value is (133,77,100). Sum of RGB (Red+Green+Blue) = 133+77+100=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #854D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D64 is #7AB29B. Grayscale: #606060. Windows color (decimal): -8041116 or 6573445. OLE color: 6573445.
HSL color Cylindrical-coordinate representation of color #854D64: hue angle of 335.36º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #854D64 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 100 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.48 |
| HSL | 335.36º | 0.27% | 0.41% | - |
| HSV(B) | 335.36º | 0.42% | 0.52% | - |
| XYZ | 14.63 | 11.21 | 13.45 | - |
| YUV | 96.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 100 | 0 | 0.42 | 0.25 | 0.48 | 335.36 | 0.27 | 0.41 |
| Hex | 85 | 4D | 64 | 0 | 2A | 19 | 30 | 14F | 1B | 29 |
| Octal | 205 | 115 | 144 | 0 | 52 | 31 | 60 | 517 | 33 | 51 |
| Binary | 10000101 | 1001101 | 1100100 | 0 | 101010 | 11001 | 110000 | 101001111 | 11011 | 101001 |
Color Harmonies of #854D64
Complementary color
Monochromatic Colors of #854D64
Black with #854D64
Text Example
Text Example
White with #854D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D64; }
p { color: rgb(133,77,100); }
H1.HeaderClassName
{
color: #854D64;
}
.AnyTagClassName
{
color: #854D64;
}
</style>
background-color css
<style>
a { background-color: #854D64; }
a { background-color: rgb(133,77,100); }
div.DivClassName
{
background-color: #854D64;
}
.BgClassName
{
background-color: #854D64;
}
</style>
border-color css
<style>
span { border-color: #854D64; }
span { border-color: rgb(133,77,100); }
td.TdClassName
{
border-color: #854D64;
}
.TagClassName
{
border-color: #854D64;
}
</style>