Shades of Rose Bud Cherry #8C3166
Tints of Rose Bud Cherry #8C3166
RGB
CMYK
RGB Variations
Color information
#8C3166 (or 0x8C3166) is known color: Rose Bud Cherry. HEX triplet: 8C, 31 and 66. RGB value is (140,49,102). Sum of RGB (Red+Green+Blue) = 140+49+102=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3166 is #73CE99. Grayscale: #525252. Windows color (decimal): -7589530 or 6697356. OLE color: 6697356.
HSL color Cylindrical-coordinate representation of color #8C3166: hue angle of 325.05º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3166 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 49 | 102 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.45 |
| HSL | 325.05º | 0.48% | 0.37% | - |
| HSV(B) | 325.05º | 0.65% | 0.55% | - |
| XYZ | 14.31 | 8.73 | 13.5 | - |
| YUV | 82.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 49 | 102 | 0 | 0.65 | 0.27 | 0.45 | 325.05 | 0.48 | 0.37 |
| Hex | 8C | 31 | 66 | 0 | 41 | 1B | 2D | 145 | 30 | 25 |
| Octal | 214 | 61 | 146 | 0 | 101 | 33 | 55 | 505 | 60 | 45 |
| Binary | 10001100 | 110001 | 1100110 | 0 | 1000001 | 11011 | 101101 | 101000101 | 110000 | 100101 |
Color Harmonies of #8C3166
Complementary color
Monochromatic Colors of #8C3166
Black with #8C3166
Text Example
Text Example
White with #8C3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3166; }
p { color: rgb(140,49,102); }
H1.HeaderClassName
{
color: #8C3166;
}
.AnyTagClassName
{
color: #8C3166;
}
</style>
background-color css
<style>
a { background-color: #8C3166; }
a { background-color: rgb(140,49,102); }
div.DivClassName
{
background-color: #8C3166;
}
.BgClassName
{
background-color: #8C3166;
}
</style>
border-color css
<style>
span { border-color: #8C3166; }
span { border-color: rgb(140,49,102); }
td.TdClassName
{
border-color: #8C3166;
}
.TagClassName
{
border-color: #8C3166;
}
</style>