Shades of Cosmic #803D68
Tints of Cosmic #803D68
RGB
CMYK
RGB Variations
Color information
#803D68 (or 0x803D68) is known color: Cosmic. HEX triplet: 80, 3D and 68. RGB value is (128,61,104). Sum of RGB (Red+Green+Blue) = 128+61+104=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #803D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803D68 is #7FC297. Grayscale: #555555. Windows color (decimal): -8372888 or 6831488. OLE color: 6831488.
HSL color Cylindrical-coordinate representation of color #803D68: hue angle of 321.49º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803D68 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 104 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.50 |
| HSL | 321.49º | 0.35% | 0.37% | - |
| HSV(B) | 321.49º | 0.52% | 0.5% | - |
| XYZ | 13.07 | 8.93 | 14.13 | - |
| YUV | 85.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 104 | 0 | 0.52 | 0.19 | 0.50 | 321.49 | 0.35 | 0.37 |
| Hex | 80 | 3D | 68 | 0 | 34 | 13 | 32 | 141 | 23 | 25 |
| Octal | 200 | 75 | 150 | 0 | 64 | 23 | 62 | 501 | 43 | 45 |
| Binary | 10000000 | 111101 | 1101000 | 0 | 110100 | 10011 | 110010 | 101000001 | 100011 | 100101 |
Color Harmonies of #803D68
Complementary color
Monochromatic Colors of #803D68
Black with #803D68
Text Example
Text Example
White with #803D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D68; }
p { color: rgb(128,61,104); }
H1.HeaderClassName
{
color: #803D68;
}
.AnyTagClassName
{
color: #803D68;
}
</style>
background-color css
<style>
a { background-color: #803D68; }
a { background-color: rgb(128,61,104); }
div.DivClassName
{
background-color: #803D68;
}
.BgClassName
{
background-color: #803D68;
}
</style>
border-color css
<style>
span { border-color: #803D68; }
span { border-color: rgb(128,61,104); }
td.TdClassName
{
border-color: #803D68;
}
.TagClassName
{
border-color: #803D68;
}
</style>