Shades of Rose Bud Cherry #8C3C60
Tints of Rose Bud Cherry #8C3C60
RGB
CMYK
RGB Variations
Color information
#8C3C60 (or 0x8C3C60) is known color: Rose Bud Cherry. HEX triplet: 8C, 3C and 60. RGB value is (140,60,96). Sum of RGB (Red+Green+Blue) = 140+60+96=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3C60 is #73C39F. Grayscale: #575757. Windows color (decimal): -7586720 or 6306956. OLE color: 6306956.
HSL color Cylindrical-coordinate representation of color #8C3C60: hue angle of 333º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C3C60 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 60 | 96 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.45 |
| HSL | 333º | 0.4% | 0.39% | - |
| HSV(B) | 333º | 0.57% | 0.55% | - |
| XYZ | 14.54 | 9.65 | 12.16 | - |
| YUV | 88.02 | 132.5 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 60 | 96 | 0 | 0.57 | 0.31 | 0.45 | 333 | 0.4 | 0.39 |
| Hex | 8C | 3C | 60 | 0 | 39 | 1F | 2D | 14D | 28 | 27 |
| Octal | 214 | 74 | 140 | 0 | 71 | 37 | 55 | 515 | 50 | 47 |
| Binary | 10001100 | 111100 | 1100000 | 0 | 111001 | 11111 | 101101 | 101001101 | 101000 | 100111 |
Color Harmonies of #8C3C60
Complementary color
Monochromatic Colors of #8C3C60
Black with #8C3C60
Text Example
Text Example
White with #8C3C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3C60; }
p { color: rgb(140,60,96); }
H1.HeaderClassName
{
color: #8C3C60;
}
.AnyTagClassName
{
color: #8C3C60;
}
</style>
background-color css
<style>
a { background-color: #8C3C60; }
a { background-color: rgb(140,60,96); }
div.DivClassName
{
background-color: #8C3C60;
}
.BgClassName
{
background-color: #8C3C60;
}
</style>
border-color css
<style>
span { border-color: #8C3C60; }
span { border-color: rgb(140,60,96); }
td.TdClassName
{
border-color: #8C3C60;
}
.TagClassName
{
border-color: #8C3C60;
}
</style>