Shades of Cosmic #854B6C
Tints of Cosmic #854B6C
RGB
CMYK
RGB Variations
Color information
#854B6C (or 0x854B6C) is known color: Cosmic. HEX triplet: 85, 4B and 6C. RGB value is (133,75,108). Sum of RGB (Red+Green+Blue) = 133+75+108=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #854B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854B6C is #7AB493. Grayscale: #606060. Windows color (decimal): -8041620 or 7097221. OLE color: 7097221.
HSL color Cylindrical-coordinate representation of color #854B6C: hue angle of 325.86º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854B6C is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 75 | 108 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.48 |
| HSL | 325.86º | 0.28% | 0.41% | - |
| HSV(B) | 325.86º | 0.44% | 0.52% | - |
| XYZ | 14.9 | 11.1 | 15.55 | - |
| YUV | 96.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 108 | 0 | 0.44 | 0.19 | 0.48 | 325.86 | 0.28 | 0.41 |
| Hex | 85 | 4B | 6C | 0 | 2C | 13 | 30 | 146 | 1C | 29 |
| Octal | 205 | 113 | 154 | 0 | 54 | 23 | 60 | 506 | 34 | 51 |
| Binary | 10000101 | 1001011 | 1101100 | 0 | 101100 | 10011 | 110000 | 101000110 | 11100 | 101001 |
Color Harmonies of #854B6C
Complementary color
Monochromatic Colors of #854B6C
Black with #854B6C
Text Example
Text Example
White with #854B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B6C; }
p { color: rgb(133,75,108); }
H1.HeaderClassName
{
color: #854B6C;
}
.AnyTagClassName
{
color: #854B6C;
}
</style>
background-color css
<style>
a { background-color: #854B6C; }
a { background-color: rgb(133,75,108); }
div.DivClassName
{
background-color: #854B6C;
}
.BgClassName
{
background-color: #854B6C;
}
</style>
border-color css
<style>
span { border-color: #854B6C; }
span { border-color: rgb(133,75,108); }
td.TdClassName
{
border-color: #854B6C;
}
.TagClassName
{
border-color: #854B6C;
}
</style>