Shades of Cosmic #873C69
Tints of Cosmic #873C69
RGB
CMYK
RGB Variations
Color information
#873C69 (or 0x873C69) is known color: Cosmic. HEX triplet: 87, 3C and 69. RGB value is (135,60,105). Sum of RGB (Red+Green+Blue) = 135+60+105=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #873C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C69 is #78C396. Grayscale: #575757. Windows color (decimal): -7914391 or 6896775. OLE color: 6896775.
HSL color Cylindrical-coordinate representation of color #873C69: hue angle of 324º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873C69 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 105 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.47 |
| HSL | 324º | 0.38% | 0.38% | - |
| HSV(B) | 324º | 0.56% | 0.53% | - |
| XYZ | 14.16 | 9.4 | 14.43 | - |
| YUV | 87.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 105 | 0 | 0.56 | 0.22 | 0.47 | 324 | 0.38 | 0.38 |
| Hex | 87 | 3C | 69 | 0 | 38 | 16 | 2F | 144 | 26 | 26 |
| Octal | 207 | 74 | 151 | 0 | 70 | 26 | 57 | 504 | 46 | 46 |
| Binary | 10000111 | 111100 | 1101001 | 0 | 111000 | 10110 | 101111 | 101000100 | 100110 | 100110 |
Color Harmonies of #873C69
Complementary color
Monochromatic Colors of #873C69
Black with #873C69
Text Example
Text Example
White with #873C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C69; }
p { color: rgb(135,60,105); }
H1.HeaderClassName
{
color: #873C69;
}
.AnyTagClassName
{
color: #873C69;
}
</style>
background-color css
<style>
a { background-color: #873C69; }
a { background-color: rgb(135,60,105); }
div.DivClassName
{
background-color: #873C69;
}
.BgClassName
{
background-color: #873C69;
}
</style>
border-color css
<style>
span { border-color: #873C69; }
span { border-color: rgb(135,60,105); }
td.TdClassName
{
border-color: #873C69;
}
.TagClassName
{
border-color: #873C69;
}
</style>