Shades of Rose Bud Cherry #8C3864
Tints of Rose Bud Cherry #8C3864
RGB
CMYK
RGB Variations
Color information
#8C3864 (or 0x8C3864) is known color: Rose Bud Cherry. HEX triplet: 8C, 38 and 64. RGB value is (140,56,100). Sum of RGB (Red+Green+Blue) = 140+56+100=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3864 is #73C79B. Grayscale: #565656. Windows color (decimal): -7587740 or 6568076. OLE color: 6568076.
HSL color Cylindrical-coordinate representation of color #8C3864: hue angle of 328.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C3864 is Cyan = 0, Magento = 0.6, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 100 | - |
| CMYK | 0 | 0.6 | 0.29 | 0.45 |
| HSL | 328.57º | 0.43% | 0.38% | - |
| HSV(B) | 328.57º | 0.6% | 0.55% | - |
| XYZ | 14.53 | 9.32 | 13.09 | - |
| YUV | 86.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 100 | 0 | 0.6 | 0.29 | 0.45 | 328.57 | 0.43 | 0.38 |
| Hex | 8C | 38 | 64 | 0 | 3C | 1D | 2D | 149 | 2B | 26 |
| Octal | 214 | 70 | 144 | 0 | 74 | 35 | 55 | 511 | 53 | 46 |
| Binary | 10001100 | 111000 | 1100100 | 0 | 111100 | 11101 | 101101 | 101001001 | 101011 | 100110 |
Color Harmonies of #8C3864
Complementary color
Monochromatic Colors of #8C3864
Black with #8C3864
Text Example
Text Example
White with #8C3864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3864; }
p { color: rgb(140,56,100); }
H1.HeaderClassName
{
color: #8C3864;
}
.AnyTagClassName
{
color: #8C3864;
}
</style>
background-color css
<style>
a { background-color: #8C3864; }
a { background-color: rgb(140,56,100); }
div.DivClassName
{
background-color: #8C3864;
}
.BgClassName
{
background-color: #8C3864;
}
</style>
border-color css
<style>
span { border-color: #8C3864; }
span { border-color: rgb(140,56,100); }
td.TdClassName
{
border-color: #8C3864;
}
.TagClassName
{
border-color: #8C3864;
}
</style>