Shades of Cosmic #854E6A
Tints of Cosmic #854E6A
RGB
CMYK
RGB Variations
Color information
#854E6A (or 0x854E6A) is known color: Cosmic. HEX triplet: 85, 4E and 6A. RGB value is (133,78,106). Sum of RGB (Red+Green+Blue) = 133+78+106=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #854E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854E6A is #7AB195. Grayscale: #616161. Windows color (decimal): -8040854 or 6966917. OLE color: 6966917.
HSL color Cylindrical-coordinate representation of color #854E6A: hue angle of 329.45º 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 #854E6A is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 78 | 106 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.48 |
| HSL | 329.45º | 0.26% | 0.41% | - |
| HSV(B) | 329.45º | 0.41% | 0.52% | - |
| XYZ | 15 | 11.48 | 15.06 | - |
| YUV | 97.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 78 | 106 | 0 | 0.41 | 0.20 | 0.48 | 329.45 | 0.26 | 0.41 |
| Hex | 85 | 4E | 6A | 0 | 29 | 14 | 30 | 149 | 1A | 29 |
| Octal | 205 | 116 | 152 | 0 | 51 | 24 | 60 | 511 | 32 | 51 |
| Binary | 10000101 | 1001110 | 1101010 | 0 | 101001 | 10100 | 110000 | 101001001 | 11010 | 101001 |
Color Harmonies of #854E6A
Complementary color
Monochromatic Colors of #854E6A
Black with #854E6A
Text Example
Text Example
White with #854E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854E6A; }
p { color: rgb(133,78,106); }
H1.HeaderClassName
{
color: #854E6A;
}
.AnyTagClassName
{
color: #854E6A;
}
</style>
background-color css
<style>
a { background-color: #854E6A; }
a { background-color: rgb(133,78,106); }
div.DivClassName
{
background-color: #854E6A;
}
.BgClassName
{
background-color: #854E6A;
}
</style>
border-color css
<style>
span { border-color: #854E6A; }
span { border-color: rgb(133,78,106); }
td.TdClassName
{
border-color: #854E6A;
}
.TagClassName
{
border-color: #854E6A;
}
</style>