Shades of Cosmic #803665
Tints of Cosmic #803665
RGB
CMYK
RGB Variations
Color information
#803665 (or 0x803665) is known color: Cosmic. HEX triplet: 80, 36 and 65. RGB value is (128,54,101). Sum of RGB (Red+Green+Blue) = 128+54+101=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #803665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803665 is #7FC99A. Grayscale: #515151. Windows color (decimal): -8374683 or 6633088. OLE color: 6633088.
HSL color Cylindrical-coordinate representation of color #803665: hue angle of 321.89º 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 #803665 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 54 | 101 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.50 |
| HSL | 321.89º | 0.41% | 0.36% | - |
| HSV(B) | 321.89º | 0.58% | 0.5% | - |
| XYZ | 12.57 | 8.17 | 13.23 | - |
| YUV | 81.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 101 | 0 | 0.58 | 0.21 | 0.50 | 321.89 | 0.41 | 0.36 |
| Hex | 80 | 36 | 65 | 0 | 3A | 15 | 32 | 142 | 29 | 24 |
| Octal | 200 | 66 | 145 | 0 | 72 | 25 | 62 | 502 | 51 | 44 |
| Binary | 10000000 | 110110 | 1100101 | 0 | 111010 | 10101 | 110010 | 101000010 | 101001 | 100100 |
Color Harmonies of #803665
Complementary color
Monochromatic Colors of #803665
Black with #803665
Text Example
Text Example
White with #803665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803665; }
p { color: rgb(128,54,101); }
H1.HeaderClassName
{
color: #803665;
}
.AnyTagClassName
{
color: #803665;
}
</style>
background-color css
<style>
a { background-color: #803665; }
a { background-color: rgb(128,54,101); }
div.DivClassName
{
background-color: #803665;
}
.BgClassName
{
background-color: #803665;
}
</style>
border-color css
<style>
span { border-color: #803665; }
span { border-color: rgb(128,54,101); }
td.TdClassName
{
border-color: #803665;
}
.TagClassName
{
border-color: #803665;
}
</style>