Shades of Rose Bud Cherry #8C215C
Tints of Rose Bud Cherry #8C215C
RGB
CMYK
RGB Variations
Color information
#8C215C (or 0x8C215C) is known color: Rose Bud Cherry. HEX triplet: 8C, 21 and 5C. RGB value is (140,33,92). Sum of RGB (Red+Green+Blue) = 140+33+92=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C215C is #73DEA3. Grayscale: #474747. Windows color (decimal): -7593636 or 6037900. OLE color: 6037900.
HSL color Cylindrical-coordinate representation of color #8C215C: hue angle of 326.92º 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 #8C215C is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 92 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.45 |
| HSL | 326.92º | 0.62% | 0.34% | - |
| HSV(B) | 326.92º | 0.76% | 0.55% | - |
| XYZ | 13.29 | 7.44 | 10.86 | - |
| YUV | 71.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 92 | 0 | 0.76 | 0.34 | 0.45 | 326.92 | 0.62 | 0.34 |
| Hex | 8C | 21 | 5C | 0 | 4C | 22 | 2D | 147 | 3E | 22 |
| Octal | 214 | 41 | 134 | 0 | 114 | 42 | 55 | 507 | 76 | 42 |
| Binary | 10001100 | 100001 | 1011100 | 0 | 1001100 | 100010 | 101101 | 101000111 | 111110 | 100010 |
Color Harmonies of #8C215C
Complementary color
Monochromatic Colors of #8C215C
Black with #8C215C
Text Example
Text Example
White with #8C215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C215C; }
p { color: rgb(140,33,92); }
H1.HeaderClassName
{
color: #8C215C;
}
.AnyTagClassName
{
color: #8C215C;
}
</style>
background-color css
<style>
a { background-color: #8C215C; }
a { background-color: rgb(140,33,92); }
div.DivClassName
{
background-color: #8C215C;
}
.BgClassName
{
background-color: #8C215C;
}
</style>
border-color css
<style>
span { border-color: #8C215C; }
span { border-color: rgb(140,33,92); }
td.TdClassName
{
border-color: #8C215C;
}
.TagClassName
{
border-color: #8C215C;
}
</style>