Shades of Cosmic #803B60
Tints of Cosmic #803B60
RGB
CMYK
RGB Variations
Color information
#803B60 (or 0x803B60) is known color: Cosmic. HEX triplet: 80, 3B and 60. RGB value is (128,59,96). Sum of RGB (Red+Green+Blue) = 128+59+96=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #803B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803B60 is #7FC49F. Grayscale: #535353. Windows color (decimal): -8373408 or 6306688. OLE color: 6306688.
HSL color Cylindrical-coordinate representation of color #803B60: hue angle of 327.83º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #803B60 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 96 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.50 |
| HSL | 327.83º | 0.37% | 0.37% | - |
| HSV(B) | 327.83º | 0.54% | 0.5% | - |
| XYZ | 12.58 | 8.56 | 12.06 | - |
| YUV | 83.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 96 | 0 | 0.54 | 0.25 | 0.50 | 327.83 | 0.37 | 0.37 |
| Hex | 80 | 3B | 60 | 0 | 36 | 19 | 32 | 148 | 25 | 25 |
| Octal | 200 | 73 | 140 | 0 | 66 | 31 | 62 | 510 | 45 | 45 |
| Binary | 10000000 | 111011 | 1100000 | 0 | 110110 | 11001 | 110010 | 101001000 | 100101 | 100101 |
Color Harmonies of #803B60
Complementary color
Monochromatic Colors of #803B60
Black with #803B60
Text Example
Text Example
White with #803B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B60; }
p { color: rgb(128,59,96); }
H1.HeaderClassName
{
color: #803B60;
}
.AnyTagClassName
{
color: #803B60;
}
</style>
background-color css
<style>
a { background-color: #803B60; }
a { background-color: rgb(128,59,96); }
div.DivClassName
{
background-color: #803B60;
}
.BgClassName
{
background-color: #803B60;
}
</style>
border-color css
<style>
span { border-color: #803B60; }
span { border-color: rgb(128,59,96); }
td.TdClassName
{
border-color: #803B60;
}
.TagClassName
{
border-color: #803B60;
}
</style>