Shades of Cosmic #883D64
Tints of Cosmic #883D64
RGB
CMYK
RGB Variations
Color information
#883D64 (or 0x883D64) is known color: Cosmic. HEX triplet: 88, 3D and 64. RGB value is (136,61,100). Sum of RGB (Red+Green+Blue) = 136+61+100=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #883D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D64 is #77C29B. Grayscale: #575757. Windows color (decimal): -7848604 or 6569352. OLE color: 6569352.
HSL color Cylindrical-coordinate representation of color #883D64: hue angle of 328.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D64 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 100 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.47 |
| HSL | 328.8º | 0.38% | 0.39% | - |
| HSV(B) | 328.8º | 0.55% | 0.53% | - |
| XYZ | 14.12 | 9.49 | 13.14 | - |
| YUV | 87.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 100 | 0 | 0.55 | 0.26 | 0.47 | 328.8 | 0.38 | 0.39 |
| Hex | 88 | 3D | 64 | 0 | 37 | 1A | 2F | 149 | 26 | 27 |
| Octal | 210 | 75 | 144 | 0 | 67 | 32 | 57 | 511 | 46 | 47 |
| Binary | 10001000 | 111101 | 1100100 | 0 | 110111 | 11010 | 101111 | 101001001 | 100110 | 100111 |
Color Harmonies of #883D64
Complementary color
Monochromatic Colors of #883D64
Black with #883D64
Text Example
Text Example
White with #883D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D64; }
p { color: rgb(136,61,100); }
H1.HeaderClassName
{
color: #883D64;
}
.AnyTagClassName
{
color: #883D64;
}
</style>
background-color css
<style>
a { background-color: #883D64; }
a { background-color: rgb(136,61,100); }
div.DivClassName
{
background-color: #883D64;
}
.BgClassName
{
background-color: #883D64;
}
</style>
border-color css
<style>
span { border-color: #883D64; }
span { border-color: rgb(136,61,100); }
td.TdClassName
{
border-color: #883D64;
}
.TagClassName
{
border-color: #883D64;
}
</style>