Shades of Rose Bud Cherry #8C285A
Tints of Rose Bud Cherry #8C285A
RGB
CMYK
RGB Variations
Color information
#8C285A (or 0x8C285A) is known color: Rose Bud Cherry. HEX triplet: 8C, 28 and 5A. RGB value is (140,40,90). Sum of RGB (Red+Green+Blue) = 140+40+90=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C285A is #73D7A5. Grayscale: #4B4B4B. Windows color (decimal): -7591846 or 5908620. OLE color: 5908620.
HSL color Cylindrical-coordinate representation of color #8C285A: hue angle of 330º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C285A is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 90 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.45 |
| HSL | 330º | 0.56% | 0.35% | - |
| HSV(B) | 330º | 0.71% | 0.55% | - |
| XYZ | 13.42 | 7.83 | 10.48 | - |
| YUV | 75.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 90 | 0 | 0.71 | 0.36 | 0.45 | 330 | 0.56 | 0.35 |
| Hex | 8C | 28 | 5A | 0 | 47 | 24 | 2D | 14A | 38 | 23 |
| Octal | 214 | 50 | 132 | 0 | 107 | 44 | 55 | 512 | 70 | 43 |
| Binary | 10001100 | 101000 | 1011010 | 0 | 1000111 | 100100 | 101101 | 101001010 | 111000 | 100011 |
Color Harmonies of #8C285A
Complementary color
Monochromatic Colors of #8C285A
Black with #8C285A
Text Example
Text Example
White with #8C285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C285A; }
p { color: rgb(140,40,90); }
H1.HeaderClassName
{
color: #8C285A;
}
.AnyTagClassName
{
color: #8C285A;
}
</style>
background-color css
<style>
a { background-color: #8C285A; }
a { background-color: rgb(140,40,90); }
div.DivClassName
{
background-color: #8C285A;
}
.BgClassName
{
background-color: #8C285A;
}
</style>
border-color css
<style>
span { border-color: #8C285A; }
span { border-color: rgb(140,40,90); }
td.TdClassName
{
border-color: #8C285A;
}
.TagClassName
{
border-color: #8C285A;
}
</style>