Shades of Cosmic #803C5E
Tints of Cosmic #803C5E
RGB
CMYK
RGB Variations
Color information
#803C5E (or 0x803C5E) is known color: Cosmic. HEX triplet: 80, 3C and 5E. RGB value is (128,60,94). Sum of RGB (Red+Green+Blue) = 128+60+94=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #803C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C5E is #7FC3A1. Grayscale: #545454. Windows color (decimal): -8373154 or 6175872. OLE color: 6175872.
HSL color Cylindrical-coordinate representation of color #803C5E: hue angle of 330º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #803C5E is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 94 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.50 |
| HSL | 330º | 0.36% | 0.37% | - |
| HSV(B) | 330º | 0.53% | 0.5% | - |
| XYZ | 12.54 | 8.63 | 11.59 | - |
| YUV | 84.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 94 | 0 | 0.53 | 0.27 | 0.50 | 330 | 0.36 | 0.37 |
| Hex | 80 | 3C | 5E | 0 | 35 | 1B | 32 | 14A | 24 | 25 |
| Octal | 200 | 74 | 136 | 0 | 65 | 33 | 62 | 512 | 44 | 45 |
| Binary | 10000000 | 111100 | 1011110 | 0 | 110101 | 11011 | 110010 | 101001010 | 100100 | 100101 |
Color Harmonies of #803C5E
Complementary color
Monochromatic Colors of #803C5E
Black with #803C5E
Text Example
Text Example
White with #803C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C5E; }
p { color: rgb(128,60,94); }
H1.HeaderClassName
{
color: #803C5E;
}
.AnyTagClassName
{
color: #803C5E;
}
</style>
background-color css
<style>
a { background-color: #803C5E; }
a { background-color: rgb(128,60,94); }
div.DivClassName
{
background-color: #803C5E;
}
.BgClassName
{
background-color: #803C5E;
}
</style>
border-color css
<style>
span { border-color: #803C5E; }
span { border-color: rgb(128,60,94); }
td.TdClassName
{
border-color: #803C5E;
}
.TagClassName
{
border-color: #803C5E;
}
</style>