Shades of Cosmic #803666
Tints of Cosmic #803666
RGB
CMYK
RGB Variations
Color information
#803666 (or 0x803666) is known color: Cosmic. HEX triplet: 80, 36 and 66. RGB value is (128,54,102). Sum of RGB (Red+Green+Blue) = 128+54+102=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #803666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803666 is #7FC999. Grayscale: #515151. Windows color (decimal): -8374682 or 6698624. OLE color: 6698624.
HSL color Cylindrical-coordinate representation of color #803666: hue angle of 321.08º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #803666 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 54 | 102 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.50 |
| HSL | 321.08º | 0.41% | 0.36% | - |
| HSV(B) | 321.08º | 0.58% | 0.5% | - |
| XYZ | 12.62 | 8.19 | 13.49 | - |
| YUV | 81.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 102 | 0 | 0.58 | 0.20 | 0.50 | 321.08 | 0.41 | 0.36 |
| Hex | 80 | 36 | 66 | 0 | 3A | 14 | 32 | 141 | 29 | 24 |
| Octal | 200 | 66 | 146 | 0 | 72 | 24 | 62 | 501 | 51 | 44 |
| Binary | 10000000 | 110110 | 1100110 | 0 | 111010 | 10100 | 110010 | 101000001 | 101001 | 100100 |
Color Harmonies of #803666
Complementary color
Monochromatic Colors of #803666
Black with #803666
Text Example
Text Example
White with #803666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803666; }
p { color: rgb(128,54,102); }
H1.HeaderClassName
{
color: #803666;
}
.AnyTagClassName
{
color: #803666;
}
</style>
background-color css
<style>
a { background-color: #803666; }
a { background-color: rgb(128,54,102); }
div.DivClassName
{
background-color: #803666;
}
.BgClassName
{
background-color: #803666;
}
</style>
border-color css
<style>
span { border-color: #803666; }
span { border-color: rgb(128,54,102); }
td.TdClassName
{
border-color: #803666;
}
.TagClassName
{
border-color: #803666;
}
</style>