Shades of Cosmic #854C68
Tints of Cosmic #854C68
RGB
CMYK
RGB Variations
Color information
#854C68 (or 0x854C68) is known color: Cosmic. HEX triplet: 85, 4C and 68. RGB value is (133,76,104). Sum of RGB (Red+Green+Blue) = 133+76+104=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #854C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C68 is #7AB397. Grayscale: #606060. Windows color (decimal): -8041368 or 6835333. OLE color: 6835333.
HSL color Cylindrical-coordinate representation of color #854C68: hue angle of 330.53º 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 #854C68 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 76 | 104 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.48 |
| HSL | 330.53º | 0.27% | 0.41% | - |
| HSV(B) | 330.53º | 0.43% | 0.52% | - |
| XYZ | 14.76 | 11.15 | 14.47 | - |
| YUV | 96.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 104 | 0 | 0.43 | 0.22 | 0.48 | 330.53 | 0.27 | 0.41 |
| Hex | 85 | 4C | 68 | 0 | 2B | 16 | 30 | 14B | 1B | 29 |
| Octal | 205 | 114 | 150 | 0 | 53 | 26 | 60 | 513 | 33 | 51 |
| Binary | 10000101 | 1001100 | 1101000 | 0 | 101011 | 10110 | 110000 | 101001011 | 11011 | 101001 |
Color Harmonies of #854C68
Complementary color
Monochromatic Colors of #854C68
Black with #854C68
Text Example
Text Example
White with #854C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854C68; }
p { color: rgb(133,76,104); }
H1.HeaderClassName
{
color: #854C68;
}
.AnyTagClassName
{
color: #854C68;
}
</style>
background-color css
<style>
a { background-color: #854C68; }
a { background-color: rgb(133,76,104); }
div.DivClassName
{
background-color: #854C68;
}
.BgClassName
{
background-color: #854C68;
}
</style>
border-color css
<style>
span { border-color: #854C68; }
span { border-color: rgb(133,76,104); }
td.TdClassName
{
border-color: #854C68;
}
.TagClassName
{
border-color: #854C68;
}
</style>