Shades of Cosmic #803B68
Tints of Cosmic #803B68
RGB
CMYK
RGB Variations
Color information
#803B68 (or 0x803B68) is known color: Cosmic. HEX triplet: 80, 3B and 68. RGB value is (128,59,104). Sum of RGB (Red+Green+Blue) = 128+59+104=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #803B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803B68 is #7FC497. Grayscale: #545454. Windows color (decimal): -8373400 or 6830976. OLE color: 6830976.
HSL color Cylindrical-coordinate representation of color #803B68: hue angle of 320.87º 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 #803B68 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 104 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.50 |
| HSL | 320.87º | 0.37% | 0.37% | - |
| HSV(B) | 320.87º | 0.54% | 0.5% | - |
| XYZ | 12.96 | 8.72 | 14.1 | - |
| YUV | 84.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 104 | 0 | 0.54 | 0.19 | 0.50 | 320.87 | 0.37 | 0.37 |
| Hex | 80 | 3B | 68 | 0 | 36 | 13 | 32 | 141 | 25 | 25 |
| Octal | 200 | 73 | 150 | 0 | 66 | 23 | 62 | 501 | 45 | 45 |
| Binary | 10000000 | 111011 | 1101000 | 0 | 110110 | 10011 | 110010 | 101000001 | 100101 | 100101 |
Color Harmonies of #803B68
Complementary color
Monochromatic Colors of #803B68
Black with #803B68
Text Example
Text Example
White with #803B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B68; }
p { color: rgb(128,59,104); }
H1.HeaderClassName
{
color: #803B68;
}
.AnyTagClassName
{
color: #803B68;
}
</style>
background-color css
<style>
a { background-color: #803B68; }
a { background-color: rgb(128,59,104); }
div.DivClassName
{
background-color: #803B68;
}
.BgClassName
{
background-color: #803B68;
}
</style>
border-color css
<style>
span { border-color: #803B68; }
span { border-color: rgb(128,59,104); }
td.TdClassName
{
border-color: #803B68;
}
.TagClassName
{
border-color: #803B68;
}
</style>