Shades of Cosmic #854E69
Tints of Cosmic #854E69
RGB
CMYK
RGB Variations
Color information
#854E69 (or 0x854E69) is known color: Cosmic. HEX triplet: 85, 4E and 69. RGB value is (133,78,105). Sum of RGB (Red+Green+Blue) = 133+78+105=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #854E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854E69 is #7AB196. Grayscale: #616161. Windows color (decimal): -8040855 or 6901381. OLE color: 6901381.
HSL color Cylindrical-coordinate representation of color #854E69: hue angle of 330.55º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #854E69 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 78 | 105 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.48 |
| HSL | 330.55º | 0.26% | 0.41% | - |
| HSV(B) | 330.55º | 0.41% | 0.52% | - |
| XYZ | 14.95 | 11.46 | 14.79 | - |
| YUV | 97.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 105 | 0 | 0.41 | 0.21 | 0.48 | 330.55 | 0.26 | 0.41 |
| Hex | 85 | 4E | 69 | 0 | 29 | 15 | 30 | 14B | 1A | 29 |
| Octal | 205 | 116 | 151 | 0 | 51 | 25 | 60 | 513 | 32 | 51 |
| Binary | 10000101 | 1001110 | 1101001 | 0 | 101001 | 10101 | 110000 | 101001011 | 11010 | 101001 |
Color Harmonies of #854E69
Complementary color
Monochromatic Colors of #854E69
Black with #854E69
Text Example
Text Example
White with #854E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854E69; }
p { color: rgb(133,78,105); }
H1.HeaderClassName
{
color: #854E69;
}
.AnyTagClassName
{
color: #854E69;
}
</style>
background-color css
<style>
a { background-color: #854E69; }
a { background-color: rgb(133,78,105); }
div.DivClassName
{
background-color: #854E69;
}
.BgClassName
{
background-color: #854E69;
}
</style>
border-color css
<style>
span { border-color: #854E69; }
span { border-color: rgb(133,78,105); }
td.TdClassName
{
border-color: #854E69;
}
.TagClassName
{
border-color: #854E69;
}
</style>