Shades of Cosmic #803765
Tints of Cosmic #803765
RGB
CMYK
RGB Variations
Color information
#803765 (or 0x803765) is known color: Cosmic. HEX triplet: 80, 37 and 65. RGB value is (128,55,101). Sum of RGB (Red+Green+Blue) = 128+55+101=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #803765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803765 is #7FC89A. Grayscale: #515151. Windows color (decimal): -8374427 or 6633344. OLE color: 6633344.
HSL color Cylindrical-coordinate representation of color #803765: hue angle of 322.19º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803765 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 101 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.50 |
| HSL | 322.19º | 0.4% | 0.36% | - |
| HSV(B) | 322.19º | 0.57% | 0.5% | - |
| XYZ | 12.62 | 8.26 | 13.24 | - |
| YUV | 82.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 101 | 0 | 0.57 | 0.21 | 0.50 | 322.19 | 0.4 | 0.36 |
| Hex | 80 | 37 | 65 | 0 | 39 | 15 | 32 | 142 | 28 | 24 |
| Octal | 200 | 67 | 145 | 0 | 71 | 25 | 62 | 502 | 50 | 44 |
| Binary | 10000000 | 110111 | 1100101 | 0 | 111001 | 10101 | 110010 | 101000010 | 101000 | 100100 |
Color Harmonies of #803765
Complementary color
Monochromatic Colors of #803765
Black with #803765
Text Example
Text Example
White with #803765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803765; }
p { color: rgb(128,55,101); }
H1.HeaderClassName
{
color: #803765;
}
.AnyTagClassName
{
color: #803765;
}
</style>
background-color css
<style>
a { background-color: #803765; }
a { background-color: rgb(128,55,101); }
div.DivClassName
{
background-color: #803765;
}
.BgClassName
{
background-color: #803765;
}
</style>
border-color css
<style>
span { border-color: #803765; }
span { border-color: rgb(128,55,101); }
td.TdClassName
{
border-color: #803765;
}
.TagClassName
{
border-color: #803765;
}
</style>