Shades of Cosmic #853C64
Tints of Cosmic #853C64
RGB
CMYK
RGB Variations
Color information
#853C64 (or 0x853C64) is known color: Cosmic. HEX triplet: 85, 3C and 64. RGB value is (133,60,100). Sum of RGB (Red+Green+Blue) = 133+60+100=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #853C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853C64 is #7AC39B. Grayscale: #565656. Windows color (decimal): -8045468 or 6569093. OLE color: 6569093.
HSL color Cylindrical-coordinate representation of color #853C64: hue angle of 327.12º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #853C64 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 60 | 100 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.48 |
| HSL | 327.12º | 0.38% | 0.38% | - |
| HSV(B) | 327.12º | 0.55% | 0.52% | - |
| XYZ | 13.59 | 9.14 | 13.1 | - |
| YUV | 86.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 60 | 100 | 0 | 0.55 | 0.25 | 0.48 | 327.12 | 0.38 | 0.38 |
| Hex | 85 | 3C | 64 | 0 | 37 | 19 | 30 | 147 | 26 | 26 |
| Octal | 205 | 74 | 144 | 0 | 67 | 31 | 60 | 507 | 46 | 46 |
| Binary | 10000101 | 111100 | 1100100 | 0 | 110111 | 11001 | 110000 | 101000111 | 100110 | 100110 |
Color Harmonies of #853C64
Complementary color
Monochromatic Colors of #853C64
Black with #853C64
Text Example
Text Example
White with #853C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853C64; }
p { color: rgb(133,60,100); }
H1.HeaderClassName
{
color: #853C64;
}
.AnyTagClassName
{
color: #853C64;
}
</style>
background-color css
<style>
a { background-color: #853C64; }
a { background-color: rgb(133,60,100); }
div.DivClassName
{
background-color: #853C64;
}
.BgClassName
{
background-color: #853C64;
}
</style>
border-color css
<style>
span { border-color: #853C64; }
span { border-color: rgb(133,60,100); }
td.TdClassName
{
border-color: #853C64;
}
.TagClassName
{
border-color: #853C64;
}
</style>