Shades of Cosmic #893C65
Tints of Cosmic #893C65
RGB
CMYK
RGB Variations
Color information
#893C65 (or 0x893C65) is known color: Cosmic. HEX triplet: 89, 3C and 65. RGB value is (137,60,101). Sum of RGB (Red+Green+Blue) = 137+60+101=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #893C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C65 is #76C39A. Grayscale: #575757. Windows color (decimal): -7783323 or 6634633. OLE color: 6634633.
HSL color Cylindrical-coordinate representation of color #893C65: hue angle of 328.05º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C65 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 101 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.46 |
| HSL | 328.05º | 0.39% | 0.39% | - |
| HSV(B) | 328.05º | 0.56% | 0.54% | - |
| XYZ | 14.28 | 9.49 | 13.39 | - |
| YUV | 87.7 | 135.51 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 101 | 0 | 0.56 | 0.26 | 0.46 | 328.05 | 0.39 | 0.39 |
| Hex | 89 | 3C | 65 | 0 | 38 | 1A | 2E | 148 | 27 | 27 |
| Octal | 211 | 74 | 145 | 0 | 70 | 32 | 56 | 510 | 47 | 47 |
| Binary | 10001001 | 111100 | 1100101 | 0 | 111000 | 11010 | 101110 | 101001000 | 100111 | 100111 |
Color Harmonies of #893C65
Complementary color
Monochromatic Colors of #893C65
Black with #893C65
Text Example
Text Example
White with #893C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C65; }
p { color: rgb(137,60,101); }
H1.HeaderClassName
{
color: #893C65;
}
.AnyTagClassName
{
color: #893C65;
}
</style>
background-color css
<style>
a { background-color: #893C65; }
a { background-color: rgb(137,60,101); }
div.DivClassName
{
background-color: #893C65;
}
.BgClassName
{
background-color: #893C65;
}
</style>
border-color css
<style>
span { border-color: #893C65; }
span { border-color: rgb(137,60,101); }
td.TdClassName
{
border-color: #893C65;
}
.TagClassName
{
border-color: #893C65;
}
</style>