Shades of Cosmic #803C6A
Tints of Cosmic #803C6A
RGB
CMYK
RGB Variations
Color information
#803C6A (or 0x803C6A) is known color: Cosmic. HEX triplet: 80, 3C and 6A. RGB value is (128,60,106). Sum of RGB (Red+Green+Blue) = 128+60+106=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #803C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C6A is #7FC395. Grayscale: #555555. Windows color (decimal): -8373142 or 6962304. OLE color: 6962304.
HSL color Cylindrical-coordinate representation of color #803C6A: hue angle of 319.41º 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 #803C6A is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 106 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.50 |
| HSL | 319.41º | 0.36% | 0.37% | - |
| HSV(B) | 319.41º | 0.53% | 0.5% | - |
| XYZ | 13.12 | 8.86 | 14.65 | - |
| YUV | 85.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 106 | 0 | 0.53 | 0.17 | 0.50 | 319.41 | 0.36 | 0.37 |
| Hex | 80 | 3C | 6A | 0 | 35 | 11 | 32 | 13F | 24 | 25 |
| Octal | 200 | 74 | 152 | 0 | 65 | 21 | 62 | 477 | 44 | 45 |
| Binary | 10000000 | 111100 | 1101010 | 0 | 110101 | 10001 | 110010 | 100111111 | 100100 | 100101 |
Color Harmonies of #803C6A
Complementary color
Monochromatic Colors of #803C6A
Black with #803C6A
Text Example
Text Example
White with #803C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C6A; }
p { color: rgb(128,60,106); }
H1.HeaderClassName
{
color: #803C6A;
}
.AnyTagClassName
{
color: #803C6A;
}
</style>
background-color css
<style>
a { background-color: #803C6A; }
a { background-color: rgb(128,60,106); }
div.DivClassName
{
background-color: #803C6A;
}
.BgClassName
{
background-color: #803C6A;
}
</style>
border-color css
<style>
span { border-color: #803C6A; }
span { border-color: rgb(128,60,106); }
td.TdClassName
{
border-color: #803C6A;
}
.TagClassName
{
border-color: #803C6A;
}
</style>