Shades of Rose Bud Cherry #8C265A
Tints of Rose Bud Cherry #8C265A
RGB
CMYK
RGB Variations
Color information
#8C265A (or 0x8C265A) is known color: Rose Bud Cherry. HEX triplet: 8C, 26 and 5A. RGB value is (140,38,90). Sum of RGB (Red+Green+Blue) = 140+38+90=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C265A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C265A is #73D9A5. Grayscale: #4A4A4A. Windows color (decimal): -7592358 or 5908108. OLE color: 5908108.
HSL color Cylindrical-coordinate representation of color #8C265A: hue angle of 329.41º 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 #8C265A is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 38 | 90 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.45 |
| HSL | 329.41º | 0.57% | 0.35% | - |
| HSV(B) | 329.41º | 0.73% | 0.55% | - |
| XYZ | 13.35 | 7.7 | 10.46 | - |
| YUV | 74.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 38 | 90 | 0 | 0.73 | 0.36 | 0.45 | 329.41 | 0.57 | 0.35 |
| Hex | 8C | 26 | 5A | 0 | 49 | 24 | 2D | 149 | 39 | 23 |
| Octal | 214 | 46 | 132 | 0 | 111 | 44 | 55 | 511 | 71 | 43 |
| Binary | 10001100 | 100110 | 1011010 | 0 | 1001001 | 100100 | 101101 | 101001001 | 111001 | 100011 |
Color Harmonies of #8C265A
Complementary color
Monochromatic Colors of #8C265A
Black with #8C265A
Text Example
Text Example
White with #8C265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C265A; }
p { color: rgb(140,38,90); }
H1.HeaderClassName
{
color: #8C265A;
}
.AnyTagClassName
{
color: #8C265A;
}
</style>
background-color css
<style>
a { background-color: #8C265A; }
a { background-color: rgb(140,38,90); }
div.DivClassName
{
background-color: #8C265A;
}
.BgClassName
{
background-color: #8C265A;
}
</style>
border-color css
<style>
span { border-color: #8C265A; }
span { border-color: rgb(140,38,90); }
td.TdClassName
{
border-color: #8C265A;
}
.TagClassName
{
border-color: #8C265A;
}
</style>