Shades of Rose Bud Cherry #8C3766
Tints of Rose Bud Cherry #8C3766
RGB
CMYK
RGB Variations
Color information
#8C3766 (or 0x8C3766) is known color: Rose Bud Cherry. HEX triplet: 8C, 37 and 66. RGB value is (140,55,102). Sum of RGB (Red+Green+Blue) = 140+55+102=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3766 is #73C899. Grayscale: #555555. Windows color (decimal): -7587994 or 6698892. OLE color: 6698892.
HSL color Cylindrical-coordinate representation of color #8C3766: hue angle of 326.82º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C3766 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 102 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.45 |
| HSL | 326.82º | 0.44% | 0.38% | - |
| HSV(B) | 326.82º | 0.61% | 0.55% | - |
| XYZ | 14.58 | 9.27 | 13.59 | - |
| YUV | 85.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 102 | 0 | 0.61 | 0.27 | 0.45 | 326.82 | 0.44 | 0.38 |
| Hex | 8C | 37 | 66 | 0 | 3D | 1B | 2D | 147 | 2C | 26 |
| Octal | 214 | 67 | 146 | 0 | 75 | 33 | 55 | 507 | 54 | 46 |
| Binary | 10001100 | 110111 | 1100110 | 0 | 111101 | 11011 | 101101 | 101000111 | 101100 | 100110 |
Color Harmonies of #8C3766
Complementary color
Monochromatic Colors of #8C3766
Black with #8C3766
Text Example
Text Example
White with #8C3766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3766; }
p { color: rgb(140,55,102); }
H1.HeaderClassName
{
color: #8C3766;
}
.AnyTagClassName
{
color: #8C3766;
}
</style>
background-color css
<style>
a { background-color: #8C3766; }
a { background-color: rgb(140,55,102); }
div.DivClassName
{
background-color: #8C3766;
}
.BgClassName
{
background-color: #8C3766;
}
</style>
border-color css
<style>
span { border-color: #8C3766; }
span { border-color: rgb(140,55,102); }
td.TdClassName
{
border-color: #8C3766;
}
.TagClassName
{
border-color: #8C3766;
}
</style>