Shades of Rose Bud Cherry #8C205E
Tints of Rose Bud Cherry #8C205E
RGB
CMYK
RGB Variations
Color information
#8C205E (or 0x8C205E) is known color: Rose Bud Cherry. HEX triplet: 8C, 20 and 5E. RGB value is (140,32,94). Sum of RGB (Red+Green+Blue) = 140+32+94=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C205E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C205E is #73DFA1. Grayscale: #474747. Windows color (decimal): -7593890 or 6168716. OLE color: 6168716.
HSL color Cylindrical-coordinate representation of color #8C205E: hue angle of 325.56º 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 #8C205E is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 94 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.45 |
| HSL | 325.56º | 0.63% | 0.34% | - |
| HSV(B) | 325.56º | 0.77% | 0.55% | - |
| XYZ | 13.35 | 7.42 | 11.32 | - |
| YUV | 71.36 | 140.78 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 94 | 0 | 0.77 | 0.33 | 0.45 | 325.56 | 0.63 | 0.34 |
| Hex | 8C | 20 | 5E | 0 | 4D | 21 | 2D | 146 | 3F | 22 |
| Octal | 214 | 40 | 136 | 0 | 115 | 41 | 55 | 506 | 77 | 42 |
| Binary | 10001100 | 100000 | 1011110 | 0 | 1001101 | 100001 | 101101 | 101000110 | 111111 | 100010 |
Color Harmonies of #8C205E
Complementary color
Monochromatic Colors of #8C205E
Black with #8C205E
Text Example
Text Example
White with #8C205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C205E; }
p { color: rgb(140,32,94); }
H1.HeaderClassName
{
color: #8C205E;
}
.AnyTagClassName
{
color: #8C205E;
}
</style>
background-color css
<style>
a { background-color: #8C205E; }
a { background-color: rgb(140,32,94); }
div.DivClassName
{
background-color: #8C205E;
}
.BgClassName
{
background-color: #8C205E;
}
</style>
border-color css
<style>
span { border-color: #8C205E; }
span { border-color: rgb(140,32,94); }
td.TdClassName
{
border-color: #8C205E;
}
.TagClassName
{
border-color: #8C205E;
}
</style>