Shades of Cosmic #854B65
Tints of Cosmic #854B65
RGB
CMYK
RGB Variations
Color information
#854B65 (or 0x854B65) is known color: Cosmic. HEX triplet: 85, 4B and 65. RGB value is (133,75,101). Sum of RGB (Red+Green+Blue) = 133+75+101=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #854B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854B65 is #7AB49A. Grayscale: #5F5F5F. Windows color (decimal): -8041627 or 6638469. OLE color: 6638469.
HSL color Cylindrical-coordinate representation of color #854B65: hue angle of 333.1º 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 #854B65 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 75 | 101 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.48 |
| HSL | 333.1º | 0.28% | 0.41% | - |
| HSV(B) | 333.1º | 0.44% | 0.52% | - |
| XYZ | 14.54 | 10.96 | 13.66 | - |
| YUV | 95.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 101 | 0 | 0.44 | 0.24 | 0.48 | 333.1 | 0.28 | 0.41 |
| Hex | 85 | 4B | 65 | 0 | 2C | 18 | 30 | 14D | 1C | 29 |
| Octal | 205 | 113 | 145 | 0 | 54 | 30 | 60 | 515 | 34 | 51 |
| Binary | 10000101 | 1001011 | 1100101 | 0 | 101100 | 11000 | 110000 | 101001101 | 11100 | 101001 |
Color Harmonies of #854B65
Complementary color
Monochromatic Colors of #854B65
Black with #854B65
Text Example
Text Example
White with #854B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B65; }
p { color: rgb(133,75,101); }
H1.HeaderClassName
{
color: #854B65;
}
.AnyTagClassName
{
color: #854B65;
}
</style>
background-color css
<style>
a { background-color: #854B65; }
a { background-color: rgb(133,75,101); }
div.DivClassName
{
background-color: #854B65;
}
.BgClassName
{
background-color: #854B65;
}
</style>
border-color css
<style>
span { border-color: #854B65; }
span { border-color: rgb(133,75,101); }
td.TdClassName
{
border-color: #854B65;
}
.TagClassName
{
border-color: #854B65;
}
</style>