Shades of Rose Bud Cherry #8C215E
Tints of Rose Bud Cherry #8C215E
RGB
CMYK
RGB Variations
Color information
#8C215E (or 0x8C215E) is known color: Rose Bud Cherry. HEX triplet: 8C, 21 and 5E. RGB value is (140,33,94). Sum of RGB (Red+Green+Blue) = 140+33+94=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C215E is #73DEA1. Grayscale: #474747. Windows color (decimal): -7593634 or 6168972. OLE color: 6168972.
HSL color Cylindrical-coordinate representation of color #8C215E: hue angle of 325.79º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C215E is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 94 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.45 |
| HSL | 325.79º | 0.62% | 0.34% | - |
| HSV(B) | 325.79º | 0.76% | 0.55% | - |
| XYZ | 13.38 | 7.47 | 11.33 | - |
| YUV | 71.95 | 140.45 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 94 | 0 | 0.76 | 0.33 | 0.45 | 325.79 | 0.62 | 0.34 |
| Hex | 8C | 21 | 5E | 0 | 4C | 21 | 2D | 146 | 3E | 22 |
| Octal | 214 | 41 | 136 | 0 | 114 | 41 | 55 | 506 | 76 | 42 |
| Binary | 10001100 | 100001 | 1011110 | 0 | 1001100 | 100001 | 101101 | 101000110 | 111110 | 100010 |
Color Harmonies of #8C215E
Complementary color
Monochromatic Colors of #8C215E
Black with #8C215E
Text Example
Text Example
White with #8C215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C215E; }
p { color: rgb(140,33,94); }
H1.HeaderClassName
{
color: #8C215E;
}
.AnyTagClassName
{
color: #8C215E;
}
</style>
background-color css
<style>
a { background-color: #8C215E; }
a { background-color: rgb(140,33,94); }
div.DivClassName
{
background-color: #8C215E;
}
.BgClassName
{
background-color: #8C215E;
}
</style>
border-color css
<style>
span { border-color: #8C215E; }
span { border-color: rgb(140,33,94); }
td.TdClassName
{
border-color: #8C215E;
}
.TagClassName
{
border-color: #8C215E;
}
</style>