Shades of Cosmic #884A6D
Tints of Cosmic #884A6D
RGB
CMYK
RGB Variations
Color information
#884A6D (or 0x884A6D) is known color: Cosmic. HEX triplet: 88, 4A and 6D. RGB value is (136,74,109). Sum of RGB (Red+Green+Blue) = 136+74+109=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #884A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A6D is #77B592. Grayscale: #606060. Windows color (decimal): -7845267 or 7162504. OLE color: 7162504.
HSL color Cylindrical-coordinate representation of color #884A6D: hue angle of 326.13º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884A6D is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 109 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.47 |
| HSL | 326.13º | 0.3% | 0.41% | - |
| HSV(B) | 326.13º | 0.46% | 0.53% | - |
| XYZ | 15.36 | 11.24 | 15.83 | - |
| YUV | 96.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 109 | 0 | 0.46 | 0.20 | 0.47 | 326.13 | 0.3 | 0.41 |
| Hex | 88 | 4A | 6D | 0 | 2E | 14 | 2F | 146 | 1E | 29 |
| Octal | 210 | 112 | 155 | 0 | 56 | 24 | 57 | 506 | 36 | 51 |
| Binary | 10001000 | 1001010 | 1101101 | 0 | 101110 | 10100 | 101111 | 101000110 | 11110 | 101001 |
Color Harmonies of #884A6D
Complementary color
Monochromatic Colors of #884A6D
Black with #884A6D
Text Example
Text Example
White with #884A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A6D; }
p { color: rgb(136,74,109); }
H1.HeaderClassName
{
color: #884A6D;
}
.AnyTagClassName
{
color: #884A6D;
}
</style>
background-color css
<style>
a { background-color: #884A6D; }
a { background-color: rgb(136,74,109); }
div.DivClassName
{
background-color: #884A6D;
}
.BgClassName
{
background-color: #884A6D;
}
</style>
border-color css
<style>
span { border-color: #884A6D; }
span { border-color: rgb(136,74,109); }
td.TdClassName
{
border-color: #884A6D;
}
.TagClassName
{
border-color: #884A6D;
}
</style>