Shades of Cosmic #883D65
Tints of Cosmic #883D65
RGB
CMYK
RGB Variations
Color information
#883D65 (or 0x883D65) is known color: Cosmic. HEX triplet: 88, 3D and 65. RGB value is (136,61,101). Sum of RGB (Red+Green+Blue) = 136+61+101=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #883D65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D65 is #77C29A. Grayscale: #575757. Windows color (decimal): -7848603 or 6634888. OLE color: 6634888.
HSL color Cylindrical-coordinate representation of color #883D65: hue angle of 328º 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 #883D65 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 101 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.47 |
| HSL | 328º | 0.38% | 0.39% | - |
| HSV(B) | 328º | 0.55% | 0.53% | - |
| XYZ | 14.17 | 9.51 | 13.4 | - |
| YUV | 87.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 101 | 0 | 0.55 | 0.26 | 0.47 | 328 | 0.38 | 0.39 |
| Hex | 88 | 3D | 65 | 0 | 37 | 1A | 2F | 148 | 26 | 27 |
| Octal | 210 | 75 | 145 | 0 | 67 | 32 | 57 | 510 | 46 | 47 |
| Binary | 10001000 | 111101 | 1100101 | 0 | 110111 | 11010 | 101111 | 101001000 | 100110 | 100111 |
Color Harmonies of #883D65
Complementary color
Monochromatic Colors of #883D65
Black with #883D65
Text Example
Text Example
White with #883D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D65; }
p { color: rgb(136,61,101); }
H1.HeaderClassName
{
color: #883D65;
}
.AnyTagClassName
{
color: #883D65;
}
</style>
background-color css
<style>
a { background-color: #883D65; }
a { background-color: rgb(136,61,101); }
div.DivClassName
{
background-color: #883D65;
}
.BgClassName
{
background-color: #883D65;
}
</style>
border-color css
<style>
span { border-color: #883D65; }
span { border-color: rgb(136,61,101); }
td.TdClassName
{
border-color: #883D65;
}
.TagClassName
{
border-color: #883D65;
}
</style>