Shades of Cosmic #804F65
Tints of Cosmic #804F65
RGB
CMYK
RGB Variations
Color information
#804F65 (or 0x804F65) is known color: Cosmic. HEX triplet: 80, 4F and 65. RGB value is (128,79,101). Sum of RGB (Red+Green+Blue) = 128+79+101=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #804F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804F65 is #7FB09A. Grayscale: #606060. Windows color (decimal): -8368283 or 6639488. OLE color: 6639488.
HSL color Cylindrical-coordinate representation of color #804F65: hue angle of 333.06º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #804F65 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 79 | 101 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.50 |
| HSL | 333.06º | 0.24% | 0.41% | - |
| HSV(B) | 333.06º | 0.38% | 0.5% | - |
| XYZ | 14.05 | 11.12 | 13.72 | - |
| YUV | 96.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 101 | 0 | 0.38 | 0.21 | 0.50 | 333.06 | 0.24 | 0.41 |
| Hex | 80 | 4F | 65 | 0 | 26 | 15 | 32 | 14D | 18 | 29 |
| Octal | 200 | 117 | 145 | 0 | 46 | 25 | 62 | 515 | 30 | 51 |
| Binary | 10000000 | 1001111 | 1100101 | 0 | 100110 | 10101 | 110010 | 101001101 | 11000 | 101001 |
Color Harmonies of #804F65
Complementary color
Monochromatic Colors of #804F65
Black with #804F65
Text Example
Text Example
White with #804F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804F65; }
p { color: rgb(128,79,101); }
H1.HeaderClassName
{
color: #804F65;
}
.AnyTagClassName
{
color: #804F65;
}
</style>
background-color css
<style>
a { background-color: #804F65; }
a { background-color: rgb(128,79,101); }
div.DivClassName
{
background-color: #804F65;
}
.BgClassName
{
background-color: #804F65;
}
</style>
border-color css
<style>
span { border-color: #804F65; }
span { border-color: rgb(128,79,101); }
td.TdClassName
{
border-color: #804F65;
}
.TagClassName
{
border-color: #804F65;
}
</style>