Shades of Cosmic #853F66
Tints of Cosmic #853F66
RGB
CMYK
RGB Variations
Color information
#853F66 (or 0x853F66) is known color: Cosmic. HEX triplet: 85, 3F and 66. RGB value is (133,63,102). Sum of RGB (Red+Green+Blue) = 133+63+102=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #853F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F66 is #7AC099. Grayscale: #585858. Windows color (decimal): -8044698 or 6700933. OLE color: 6700933.
HSL color Cylindrical-coordinate representation of color #853F66: hue angle of 326.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F66 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 102 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.48 |
| HSL | 326.57º | 0.36% | 0.38% | - |
| HSV(B) | 326.57º | 0.53% | 0.52% | - |
| XYZ | 13.85 | 9.5 | 13.67 | - |
| YUV | 88.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 102 | 0 | 0.53 | 0.23 | 0.48 | 326.57 | 0.36 | 0.38 |
| Hex | 85 | 3F | 66 | 0 | 35 | 17 | 30 | 147 | 24 | 26 |
| Octal | 205 | 77 | 146 | 0 | 65 | 27 | 60 | 507 | 44 | 46 |
| Binary | 10000101 | 111111 | 1100110 | 0 | 110101 | 10111 | 110000 | 101000111 | 100100 | 100110 |
Color Harmonies of #853F66
Complementary color
Monochromatic Colors of #853F66
Black with #853F66
Text Example
Text Example
White with #853F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F66; }
p { color: rgb(133,63,102); }
H1.HeaderClassName
{
color: #853F66;
}
.AnyTagClassName
{
color: #853F66;
}
</style>
background-color css
<style>
a { background-color: #853F66; }
a { background-color: rgb(133,63,102); }
div.DivClassName
{
background-color: #853F66;
}
.BgClassName
{
background-color: #853F66;
}
</style>
border-color css
<style>
span { border-color: #853F66; }
span { border-color: rgb(133,63,102); }
td.TdClassName
{
border-color: #853F66;
}
.TagClassName
{
border-color: #853F66;
}
</style>