Shades of Rose Bud Cherry #8C3862
Tints of Rose Bud Cherry #8C3862
RGB
CMYK
RGB Variations
Color information
#8C3862 (or 0x8C3862) is known color: Rose Bud Cherry. HEX triplet: 8C, 38 and 62. RGB value is (140,56,98). Sum of RGB (Red+Green+Blue) = 140+56+98=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3862 is #73C79D. Grayscale: #555555. Windows color (decimal): -7587742 or 6437004. OLE color: 6437004.
HSL color Cylindrical-coordinate representation of color #8C3862: hue angle of 330º 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 #8C3862 is Cyan = 0, Magento = 0.6, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 98 | - |
| CMYK | 0 | 0.6 | 0.3 | 0.45 |
| HSL | 330º | 0.43% | 0.38% | - |
| HSV(B) | 330º | 0.6% | 0.55% | - |
| XYZ | 14.43 | 9.29 | 12.59 | - |
| YUV | 85.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 98 | 0 | 0.6 | 0.3 | 0.45 | 330 | 0.43 | 0.38 |
| Hex | 8C | 38 | 62 | 0 | 3C | 1E | 2D | 14A | 2B | 26 |
| Octal | 214 | 70 | 142 | 0 | 74 | 36 | 55 | 512 | 53 | 46 |
| Binary | 10001100 | 111000 | 1100010 | 0 | 111100 | 11110 | 101101 | 101001010 | 101011 | 100110 |
Color Harmonies of #8C3862
Complementary color
Monochromatic Colors of #8C3862
Black with #8C3862
Text Example
Text Example
White with #8C3862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3862; }
p { color: rgb(140,56,98); }
H1.HeaderClassName
{
color: #8C3862;
}
.AnyTagClassName
{
color: #8C3862;
}
</style>
background-color css
<style>
a { background-color: #8C3862; }
a { background-color: rgb(140,56,98); }
div.DivClassName
{
background-color: #8C3862;
}
.BgClassName
{
background-color: #8C3862;
}
</style>
border-color css
<style>
span { border-color: #8C3862; }
span { border-color: rgb(140,56,98); }
td.TdClassName
{
border-color: #8C3862;
}
.TagClassName
{
border-color: #8C3862;
}
</style>