Shades of Cosmic #883C6A
Tints of Cosmic #883C6A
RGB
CMYK
RGB Variations
Color information
#883C6A (or 0x883C6A) is known color: Cosmic. HEX triplet: 88, 3C and 6A. RGB value is (136,60,106). Sum of RGB (Red+Green+Blue) = 136+60+106=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #883C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883C6A is #77C395. Grayscale: #575757. Windows color (decimal): -7848854 or 6962312. OLE color: 6962312.
HSL color Cylindrical-coordinate representation of color #883C6A: hue angle of 323.68º degrees, saturation: 0.39, 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 #883C6A is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 106 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.47 |
| HSL | 323.68º | 0.39% | 0.38% | - |
| HSV(B) | 323.68º | 0.56% | 0.53% | - |
| XYZ | 14.37 | 9.51 | 14.71 | - |
| YUV | 87.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 106 | 0 | 0.56 | 0.22 | 0.47 | 323.68 | 0.39 | 0.38 |
| Hex | 88 | 3C | 6A | 0 | 38 | 16 | 2F | 144 | 27 | 26 |
| Octal | 210 | 74 | 152 | 0 | 70 | 26 | 57 | 504 | 47 | 46 |
| Binary | 10001000 | 111100 | 1101010 | 0 | 111000 | 10110 | 101111 | 101000100 | 100111 | 100110 |
Color Harmonies of #883C6A
Complementary color
Monochromatic Colors of #883C6A
Black with #883C6A
Text Example
Text Example
White with #883C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C6A; }
p { color: rgb(136,60,106); }
H1.HeaderClassName
{
color: #883C6A;
}
.AnyTagClassName
{
color: #883C6A;
}
</style>
background-color css
<style>
a { background-color: #883C6A; }
a { background-color: rgb(136,60,106); }
div.DivClassName
{
background-color: #883C6A;
}
.BgClassName
{
background-color: #883C6A;
}
</style>
border-color css
<style>
span { border-color: #883C6A; }
span { border-color: rgb(136,60,106); }
td.TdClassName
{
border-color: #883C6A;
}
.TagClassName
{
border-color: #883C6A;
}
</style>