Shades of Cosmic #893A69
Tints of Cosmic #893A69
RGB
CMYK
RGB Variations
Color information
#893A69 (or 0x893A69) is known color: Cosmic. HEX triplet: 89, 3A and 69. RGB value is (137,58,105). Sum of RGB (Red+Green+Blue) = 137+58+105=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #893A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893A69 is #76C596. Grayscale: #565656. Windows color (decimal): -7783831 or 6896265. OLE color: 6896265.
HSL color Cylindrical-coordinate representation of color #893A69: hue angle of 324.3º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #893A69 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 58 | 105 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.46 |
| HSL | 324.3º | 0.41% | 0.38% | - |
| HSV(B) | 324.3º | 0.58% | 0.54% | - |
| XYZ | 14.38 | 9.36 | 14.41 | - |
| YUV | 86.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 58 | 105 | 0 | 0.58 | 0.23 | 0.46 | 324.3 | 0.41 | 0.38 |
| Hex | 89 | 3A | 69 | 0 | 3A | 17 | 2E | 144 | 29 | 26 |
| Octal | 211 | 72 | 151 | 0 | 72 | 27 | 56 | 504 | 51 | 46 |
| Binary | 10001001 | 111010 | 1101001 | 0 | 111010 | 10111 | 101110 | 101000100 | 101001 | 100110 |
Color Harmonies of #893A69
Complementary color
Monochromatic Colors of #893A69
Black with #893A69
Text Example
Text Example
White with #893A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893A69; }
p { color: rgb(137,58,105); }
H1.HeaderClassName
{
color: #893A69;
}
.AnyTagClassName
{
color: #893A69;
}
</style>
background-color css
<style>
a { background-color: #893A69; }
a { background-color: rgb(137,58,105); }
div.DivClassName
{
background-color: #893A69;
}
.BgClassName
{
background-color: #893A69;
}
</style>
border-color css
<style>
span { border-color: #893A69; }
span { border-color: rgb(137,58,105); }
td.TdClassName
{
border-color: #893A69;
}
.TagClassName
{
border-color: #893A69;
}
</style>