Shades of Cosmic #854D6A
Tints of Cosmic #854D6A
RGB
CMYK
RGB Variations
Color information
#854D6A (or 0x854D6A) is known color: Cosmic. HEX triplet: 85, 4D and 6A. RGB value is (133,77,106). Sum of RGB (Red+Green+Blue) = 133+77+106=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #854D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D6A is #7AB295. Grayscale: #606060. Windows color (decimal): -8041110 or 6966661. OLE color: 6966661.
HSL color Cylindrical-coordinate representation of color #854D6A: hue angle of 328.93º 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 #854D6A is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 106 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.48 |
| HSL | 328.93º | 0.27% | 0.41% | - |
| HSV(B) | 328.93º | 0.42% | 0.52% | - |
| XYZ | 14.93 | 11.33 | 15.04 | - |
| YUV | 97.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 106 | 0 | 0.42 | 0.20 | 0.48 | 328.93 | 0.27 | 0.41 |
| Hex | 85 | 4D | 6A | 0 | 2A | 14 | 30 | 149 | 1B | 29 |
| Octal | 205 | 115 | 152 | 0 | 52 | 24 | 60 | 511 | 33 | 51 |
| Binary | 10000101 | 1001101 | 1101010 | 0 | 101010 | 10100 | 110000 | 101001001 | 11011 | 101001 |
Color Harmonies of #854D6A
Complementary color
Monochromatic Colors of #854D6A
Black with #854D6A
Text Example
Text Example
White with #854D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D6A; }
p { color: rgb(133,77,106); }
H1.HeaderClassName
{
color: #854D6A;
}
.AnyTagClassName
{
color: #854D6A;
}
</style>
background-color css
<style>
a { background-color: #854D6A; }
a { background-color: rgb(133,77,106); }
div.DivClassName
{
background-color: #854D6A;
}
.BgClassName
{
background-color: #854D6A;
}
</style>
border-color css
<style>
span { border-color: #854D6A; }
span { border-color: rgb(133,77,106); }
td.TdClassName
{
border-color: #854D6A;
}
.TagClassName
{
border-color: #854D6A;
}
</style>