Shades of Cosmic #805967
Tints of Cosmic #805967
RGB
CMYK
RGB Variations
Color information
#805967 (or 0x805967) is known color: Cosmic. HEX triplet: 80, 59 and 67. RGB value is (128,89,103). Sum of RGB (Red+Green+Blue) = 128+89+103=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #805967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805967 is #7FA698. Grayscale: #666666. Windows color (decimal): -8365721 or 6773120. OLE color: 6773120.
HSL color Cylindrical-coordinate representation of color #805967: hue angle of 338.46º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #805967 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 103 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.50 |
| HSL | 338.46º | 0.18% | 0.43% | - |
| HSV(B) | 338.46º | 0.3% | 0.5% | - |
| XYZ | 14.92 | 12.71 | 14.5 | - |
| YUV | 102.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 103 | 0 | 0.30 | 0.20 | 0.50 | 338.46 | 0.18 | 0.43 |
| Hex | 80 | 59 | 67 | 0 | 1E | 14 | 32 | 152 | 12 | 2B |
| Octal | 200 | 131 | 147 | 0 | 36 | 24 | 62 | 522 | 22 | 53 |
| Binary | 10000000 | 1011001 | 1100111 | 0 | 11110 | 10100 | 110010 | 101010010 | 10010 | 101011 |
Color Harmonies of #805967
Complementary color
Monochromatic Colors of #805967
Black with #805967
Text Example
Text Example
White with #805967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805967; }
p { color: rgb(128,89,103); }
H1.HeaderClassName
{
color: #805967;
}
.AnyTagClassName
{
color: #805967;
}
</style>
background-color css
<style>
a { background-color: #805967; }
a { background-color: rgb(128,89,103); }
div.DivClassName
{
background-color: #805967;
}
.BgClassName
{
background-color: #805967;
}
</style>
border-color css
<style>
span { border-color: #805967; }
span { border-color: rgb(128,89,103); }
td.TdClassName
{
border-color: #805967;
}
.TagClassName
{
border-color: #805967;
}
</style>