Shades of Rose Bud Cherry #882C66
Tints of Rose Bud Cherry #882C66
RGB
CMYK
RGB Variations
Color information
#882C66 (or 0x882C66) is known color: Rose Bud Cherry. HEX triplet: 88, 2C and 66. RGB value is (136,44,102). Sum of RGB (Red+Green+Blue) = 136+44+102=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #882C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882C66 is #77D399. Grayscale: #4D4D4D. Windows color (decimal): -7852954 or 6696072. OLE color: 6696072.
HSL color Cylindrical-coordinate representation of color #882C66: hue angle of 322.17º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882C66 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 102 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.47 |
| HSL | 322.17º | 0.51% | 0.35% | - |
| HSV(B) | 322.17º | 0.68% | 0.53% | - |
| XYZ | 13.45 | 7.99 | 13.4 | - |
| YUV | 78.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 102 | 0 | 0.68 | 0.25 | 0.47 | 322.17 | 0.51 | 0.35 |
| Hex | 88 | 2C | 66 | 0 | 44 | 19 | 2F | 142 | 33 | 23 |
| Octal | 210 | 54 | 146 | 0 | 104 | 31 | 57 | 502 | 63 | 43 |
| Binary | 10001000 | 101100 | 1100110 | 0 | 1000100 | 11001 | 101111 | 101000010 | 110011 | 100011 |
Color Harmonies of #882C66
Complementary color
Monochromatic Colors of #882C66
Black with #882C66
Text Example
Text Example
White with #882C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C66; }
p { color: rgb(136,44,102); }
H1.HeaderClassName
{
color: #882C66;
}
.AnyTagClassName
{
color: #882C66;
}
</style>
background-color css
<style>
a { background-color: #882C66; }
a { background-color: rgb(136,44,102); }
div.DivClassName
{
background-color: #882C66;
}
.BgClassName
{
background-color: #882C66;
}
</style>
border-color css
<style>
span { border-color: #882C66; }
span { border-color: rgb(136,44,102); }
td.TdClassName
{
border-color: #882C66;
}
.TagClassName
{
border-color: #882C66;
}
</style>