Shades of Cosmic #884262
Tints of Cosmic #884262
RGB
CMYK
RGB Variations
Color information
#884262 (or 0x884262) is known color: Cosmic. HEX triplet: 88, 42 and 62. RGB value is (136,66,98). Sum of RGB (Red+Green+Blue) = 136+66+98=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #884262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884262 is #77BD9D. Grayscale: #5A5A5A. Windows color (decimal): -7847326 or 6439560. OLE color: 6439560.
HSL color Cylindrical-coordinate representation of color #884262: hue angle of 332.57º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884262 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 98 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.47 |
| HSL | 332.57º | 0.35% | 0.4% | - |
| HSV(B) | 332.57º | 0.51% | 0.53% | - |
| XYZ | 14.31 | 10.01 | 12.73 | - |
| YUV | 90.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 98 | 0 | 0.51 | 0.28 | 0.47 | 332.57 | 0.35 | 0.4 |
| Hex | 88 | 42 | 62 | 0 | 33 | 1C | 2F | 14D | 23 | 28 |
| Octal | 210 | 102 | 142 | 0 | 63 | 34 | 57 | 515 | 43 | 50 |
| Binary | 10001000 | 1000010 | 1100010 | 0 | 110011 | 11100 | 101111 | 101001101 | 100011 | 101000 |
Color Harmonies of #884262
Complementary color
Monochromatic Colors of #884262
Black with #884262
Text Example
Text Example
White with #884262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884262; }
p { color: rgb(136,66,98); }
H1.HeaderClassName
{
color: #884262;
}
.AnyTagClassName
{
color: #884262;
}
</style>
background-color css
<style>
a { background-color: #884262; }
a { background-color: rgb(136,66,98); }
div.DivClassName
{
background-color: #884262;
}
.BgClassName
{
background-color: #884262;
}
</style>
border-color css
<style>
span { border-color: #884262; }
span { border-color: rgb(136,66,98); }
td.TdClassName
{
border-color: #884262;
}
.TagClassName
{
border-color: #884262;
}
</style>