Shades of Rose Bud Cherry #8C385E
Tints of Rose Bud Cherry #8C385E
RGB
CMYK
RGB Variations
Color information
#8C385E (or 0x8C385E) is known color: Rose Bud Cherry. HEX triplet: 8C, 38 and 5E. RGB value is (140,56,94). Sum of RGB (Red+Green+Blue) = 140+56+94=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C385E is #73C7A1. Grayscale: #555555. Windows color (decimal): -7587746 or 6174860. OLE color: 6174860.
HSL color Cylindrical-coordinate representation of color #8C385E: hue angle of 332.86º 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 #8C385E is Cyan = 0, Magento = 0.6, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 94 | - |
| CMYK | 0 | 0.6 | 0.33 | 0.45 |
| HSL | 332.86º | 0.43% | 0.38% | - |
| HSV(B) | 332.86º | 0.6% | 0.55% | - |
| XYZ | 14.25 | 9.21 | 11.62 | - |
| YUV | 85.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 94 | 0 | 0.6 | 0.33 | 0.45 | 332.86 | 0.43 | 0.38 |
| Hex | 8C | 38 | 5E | 0 | 3C | 21 | 2D | 14D | 2B | 26 |
| Octal | 214 | 70 | 136 | 0 | 74 | 41 | 55 | 515 | 53 | 46 |
| Binary | 10001100 | 111000 | 1011110 | 0 | 111100 | 100001 | 101101 | 101001101 | 101011 | 100110 |
Color Harmonies of #8C385E
Complementary color
Monochromatic Colors of #8C385E
Black with #8C385E
Text Example
Text Example
White with #8C385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C385E; }
p { color: rgb(140,56,94); }
H1.HeaderClassName
{
color: #8C385E;
}
.AnyTagClassName
{
color: #8C385E;
}
</style>
background-color css
<style>
a { background-color: #8C385E; }
a { background-color: rgb(140,56,94); }
div.DivClassName
{
background-color: #8C385E;
}
.BgClassName
{
background-color: #8C385E;
}
</style>
border-color css
<style>
span { border-color: #8C385E; }
span { border-color: rgb(140,56,94); }
td.TdClassName
{
border-color: #8C385E;
}
.TagClassName
{
border-color: #8C385E;
}
</style>