Shades of Rose Bud Cherry #8C265F
Tints of Rose Bud Cherry #8C265F
RGB
CMYK
RGB Variations
Color information
#8C265F (or 0x8C265F) is known color: Rose Bud Cherry. HEX triplet: 8C, 26 and 5F. RGB value is (140,38,95). Sum of RGB (Red+Green+Blue) = 140+38+95=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C265F is #73D9A0. Grayscale: #4A4A4A. Windows color (decimal): -7592353 or 6235788. OLE color: 6235788.
HSL color Cylindrical-coordinate representation of color #8C265F: hue angle of 326.47º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C265F is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 95 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.45 |
| HSL | 326.47º | 0.57% | 0.35% | - |
| HSV(B) | 326.47º | 0.73% | 0.55% | - |
| XYZ | 13.57 | 7.79 | 11.61 | - |
| YUV | 75 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 95 | 0 | 0.73 | 0.32 | 0.45 | 326.47 | 0.57 | 0.35 |
| Hex | 8C | 26 | 5F | 0 | 49 | 20 | 2D | 146 | 39 | 23 |
| Octal | 214 | 46 | 137 | 0 | 111 | 40 | 55 | 506 | 71 | 43 |
| Binary | 10001100 | 100110 | 1011111 | 0 | 1001001 | 100000 | 101101 | 101000110 | 111001 | 100011 |
Color Harmonies of #8C265F
Complementary color
Monochromatic Colors of #8C265F
Black with #8C265F
Text Example
Text Example
White with #8C265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C265F; }
p { color: rgb(140,38,95); }
H1.HeaderClassName
{
color: #8C265F;
}
.AnyTagClassName
{
color: #8C265F;
}
</style>
background-color css
<style>
a { background-color: #8C265F; }
a { background-color: rgb(140,38,95); }
div.DivClassName
{
background-color: #8C265F;
}
.BgClassName
{
background-color: #8C265F;
}
</style>
border-color css
<style>
span { border-color: #8C265F; }
span { border-color: rgb(140,38,95); }
td.TdClassName
{
border-color: #8C265F;
}
.TagClassName
{
border-color: #8C265F;
}
</style>