Shades of Rose Bud Cherry #8C3266
Tints of Rose Bud Cherry #8C3266
RGB
CMYK
RGB Variations
Color information
#8C3266 (or 0x8C3266) is known color: Rose Bud Cherry. HEX triplet: 8C, 32 and 66. RGB value is (140,50,102). Sum of RGB (Red+Green+Blue) = 140+50+102=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3266 is #73CD99. Grayscale: #525252. Windows color (decimal): -7589274 or 6697612. OLE color: 6697612.
HSL color Cylindrical-coordinate representation of color #8C3266: hue angle of 325.33º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3266 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 50 | 102 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.45 |
| HSL | 325.33º | 0.47% | 0.37% | - |
| HSV(B) | 325.33º | 0.64% | 0.55% | - |
| XYZ | 14.35 | 8.82 | 13.52 | - |
| YUV | 82.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 50 | 102 | 0 | 0.64 | 0.27 | 0.45 | 325.33 | 0.47 | 0.37 |
| Hex | 8C | 32 | 66 | 0 | 40 | 1B | 2D | 145 | 2F | 25 |
| Octal | 214 | 62 | 146 | 0 | 100 | 33 | 55 | 505 | 57 | 45 |
| Binary | 10001100 | 110010 | 1100110 | 0 | 1000000 | 11011 | 101101 | 101000101 | 101111 | 100101 |
Color Harmonies of #8C3266
Complementary color
Monochromatic Colors of #8C3266
Black with #8C3266
Text Example
Text Example
White with #8C3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3266; }
p { color: rgb(140,50,102); }
H1.HeaderClassName
{
color: #8C3266;
}
.AnyTagClassName
{
color: #8C3266;
}
</style>
background-color css
<style>
a { background-color: #8C3266; }
a { background-color: rgb(140,50,102); }
div.DivClassName
{
background-color: #8C3266;
}
.BgClassName
{
background-color: #8C3266;
}
</style>
border-color css
<style>
span { border-color: #8C3266; }
span { border-color: rgb(140,50,102); }
td.TdClassName
{
border-color: #8C3266;
}
.TagClassName
{
border-color: #8C3266;
}
</style>