Shades of Cosmic #883C6C
Tints of Cosmic #883C6C
RGB
CMYK
RGB Variations
Color information
#883C6C (or 0x883C6C) is known color: Cosmic. HEX triplet: 88, 3C and 6C. RGB value is (136,60,108). Sum of RGB (Red+Green+Blue) = 136+60+108=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #883C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883C6C is #77C393. Grayscale: #585858. Windows color (decimal): -7848852 or 7093384. OLE color: 7093384.
HSL color Cylindrical-coordinate representation of color #883C6C: hue angle of 322.11º 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 #883C6C is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 108 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.47 |
| HSL | 322.11º | 0.39% | 0.38% | - |
| HSV(B) | 322.11º | 0.56% | 0.53% | - |
| XYZ | 14.48 | 9.55 | 15.27 | - |
| YUV | 88.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 108 | 0 | 0.56 | 0.21 | 0.47 | 322.11 | 0.39 | 0.38 |
| Hex | 88 | 3C | 6C | 0 | 38 | 15 | 2F | 142 | 27 | 26 |
| Octal | 210 | 74 | 154 | 0 | 70 | 25 | 57 | 502 | 47 | 46 |
| Binary | 10001000 | 111100 | 1101100 | 0 | 111000 | 10101 | 101111 | 101000010 | 100111 | 100110 |
Color Harmonies of #883C6C
Complementary color
Monochromatic Colors of #883C6C
Black with #883C6C
Text Example
Text Example
White with #883C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C6C; }
p { color: rgb(136,60,108); }
H1.HeaderClassName
{
color: #883C6C;
}
.AnyTagClassName
{
color: #883C6C;
}
</style>
background-color css
<style>
a { background-color: #883C6C; }
a { background-color: rgb(136,60,108); }
div.DivClassName
{
background-color: #883C6C;
}
.BgClassName
{
background-color: #883C6C;
}
</style>
border-color css
<style>
span { border-color: #883C6C; }
span { border-color: rgb(136,60,108); }
td.TdClassName
{
border-color: #883C6C;
}
.TagClassName
{
border-color: #883C6C;
}
</style>