Shades of Rose Bud Cherry #8C2063
Tints of Rose Bud Cherry #8C2063
RGB
CMYK
RGB Variations
Color information
#8C2063 (or 0x8C2063) is known color: Rose Bud Cherry. HEX triplet: 8C, 20 and 63. RGB value is (140,32,99). Sum of RGB (Red+Green+Blue) = 140+32+99=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2063 is #73DF9C. Grayscale: #474747. Windows color (decimal): -7593885 or 6496396. OLE color: 6496396.
HSL color Cylindrical-coordinate representation of color #8C2063: hue angle of 322.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C2063 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 99 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.45 |
| HSL | 322.78º | 0.63% | 0.34% | - |
| HSV(B) | 322.78º | 0.77% | 0.55% | - |
| XYZ | 13.58 | 7.51 | 12.54 | - |
| YUV | 71.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 99 | 0 | 0.77 | 0.29 | 0.45 | 322.78 | 0.63 | 0.34 |
| Hex | 8C | 20 | 63 | 0 | 4D | 1D | 2D | 143 | 3F | 22 |
| Octal | 214 | 40 | 143 | 0 | 115 | 35 | 55 | 503 | 77 | 42 |
| Binary | 10001100 | 100000 | 1100011 | 0 | 1001101 | 11101 | 101101 | 101000011 | 111111 | 100010 |
Color Harmonies of #8C2063
Complementary color
Monochromatic Colors of #8C2063
Black with #8C2063
Text Example
Text Example
White with #8C2063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2063; }
p { color: rgb(140,32,99); }
H1.HeaderClassName
{
color: #8C2063;
}
.AnyTagClassName
{
color: #8C2063;
}
</style>
background-color css
<style>
a { background-color: #8C2063; }
a { background-color: rgb(140,32,99); }
div.DivClassName
{
background-color: #8C2063;
}
.BgClassName
{
background-color: #8C2063;
}
</style>
border-color css
<style>
span { border-color: #8C2063; }
span { border-color: rgb(140,32,99); }
td.TdClassName
{
border-color: #8C2063;
}
.TagClassName
{
border-color: #8C2063;
}
</style>