Shades of Rose Bud Cherry #8C205C
Tints of Rose Bud Cherry #8C205C
RGB
CMYK
RGB Variations
Color information
#8C205C (or 0x8C205C) is known color: Rose Bud Cherry. HEX triplet: 8C, 20 and 5C. RGB value is (140,32,92). Sum of RGB (Red+Green+Blue) = 140+32+92=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C205C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C205C is #73DFA3. Grayscale: #474747. Windows color (decimal): -7593892 or 6037644. OLE color: 6037644.
HSL color Cylindrical-coordinate representation of color #8C205C: hue angle of 326.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C205C is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 92 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.45 |
| HSL | 326.67º | 0.63% | 0.34% | - |
| HSV(B) | 326.67º | 0.77% | 0.55% | - |
| XYZ | 13.26 | 7.38 | 10.85 | - |
| YUV | 71.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 92 | 0 | 0.77 | 0.34 | 0.45 | 326.67 | 0.63 | 0.34 |
| Hex | 8C | 20 | 5C | 0 | 4D | 22 | 2D | 147 | 3F | 22 |
| Octal | 214 | 40 | 134 | 0 | 115 | 42 | 55 | 507 | 77 | 42 |
| Binary | 10001100 | 100000 | 1011100 | 0 | 1001101 | 100010 | 101101 | 101000111 | 111111 | 100010 |
Color Harmonies of #8C205C
Complementary color
Monochromatic Colors of #8C205C
Black with #8C205C
Text Example
Text Example
White with #8C205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C205C; }
p { color: rgb(140,32,92); }
H1.HeaderClassName
{
color: #8C205C;
}
.AnyTagClassName
{
color: #8C205C;
}
</style>
background-color css
<style>
a { background-color: #8C205C; }
a { background-color: rgb(140,32,92); }
div.DivClassName
{
background-color: #8C205C;
}
.BgClassName
{
background-color: #8C205C;
}
</style>
border-color css
<style>
span { border-color: #8C205C; }
span { border-color: rgb(140,32,92); }
td.TdClassName
{
border-color: #8C205C;
}
.TagClassName
{
border-color: #8C205C;
}
</style>