Shades of Rose Bud Cherry #8C195C
Tints of Rose Bud Cherry #8C195C
RGB
CMYK
RGB Variations
Color information
#8C195C (or 0x8C195C) is known color: Rose Bud Cherry. HEX triplet: 8C, 19 and 5C. RGB value is (140,25,92). Sum of RGB (Red+Green+Blue) = 140+25+92=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C195C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C195C is #73E6A3. Grayscale: #424242. Windows color (decimal): -7595684 or 6035852. OLE color: 6035852.
HSL color Cylindrical-coordinate representation of color #8C195C: hue angle of 325.04º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C195C is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 92 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.45 |
| HSL | 325.04º | 0.7% | 0.32% | - |
| HSV(B) | 325.04º | 0.82% | 0.55% | - |
| XYZ | 13.09 | 7.04 | 10.79 | - |
| YUV | 67.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 92 | 0 | 0.82 | 0.34 | 0.45 | 325.04 | 0.7 | 0.32 |
| Hex | 8C | 19 | 5C | 0 | 52 | 22 | 2D | 145 | 46 | 20 |
| Octal | 214 | 31 | 134 | 0 | 122 | 42 | 55 | 505 | 106 | 40 |
| Binary | 10001100 | 11001 | 1011100 | 0 | 1010010 | 100010 | 101101 | 101000101 | 1000110 | 100000 |
Color Harmonies of #8C195C
Complementary color
Monochromatic Colors of #8C195C
Black with #8C195C
Text Example
Text Example
White with #8C195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C195C; }
p { color: rgb(140,25,92); }
H1.HeaderClassName
{
color: #8C195C;
}
.AnyTagClassName
{
color: #8C195C;
}
</style>
background-color css
<style>
a { background-color: #8C195C; }
a { background-color: rgb(140,25,92); }
div.DivClassName
{
background-color: #8C195C;
}
.BgClassName
{
background-color: #8C195C;
}
</style>
border-color css
<style>
span { border-color: #8C195C; }
span { border-color: rgb(140,25,92); }
td.TdClassName
{
border-color: #8C195C;
}
.TagClassName
{
border-color: #8C195C;
}
</style>