Shades of Rose Bud Cherry #8C235C
Tints of Rose Bud Cherry #8C235C
RGB
CMYK
RGB Variations
Color information
#8C235C (or 0x8C235C) is known color: Rose Bud Cherry. HEX triplet: 8C, 23 and 5C. RGB value is (140,35,92). Sum of RGB (Red+Green+Blue) = 140+35+92=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C235C is #73DCA3. Grayscale: #484848. Windows color (decimal): -7593124 or 6038412. OLE color: 6038412.
HSL color Cylindrical-coordinate representation of color #8C235C: hue angle of 327.43º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C235C is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 92 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.45 |
| HSL | 327.43º | 0.6% | 0.34% | - |
| HSV(B) | 327.43º | 0.75% | 0.55% | - |
| XYZ | 13.35 | 7.55 | 10.88 | - |
| YUV | 72.89 | 138.79 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 92 | 0 | 0.75 | 0.34 | 0.45 | 327.43 | 0.6 | 0.34 |
| Hex | 8C | 23 | 5C | 0 | 4B | 22 | 2D | 147 | 3C | 22 |
| Octal | 214 | 43 | 134 | 0 | 113 | 42 | 55 | 507 | 74 | 42 |
| Binary | 10001100 | 100011 | 1011100 | 0 | 1001011 | 100010 | 101101 | 101000111 | 111100 | 100010 |
Color Harmonies of #8C235C
Complementary color
Monochromatic Colors of #8C235C
Black with #8C235C
Text Example
Text Example
White with #8C235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C235C; }
p { color: rgb(140,35,92); }
H1.HeaderClassName
{
color: #8C235C;
}
.AnyTagClassName
{
color: #8C235C;
}
</style>
background-color css
<style>
a { background-color: #8C235C; }
a { background-color: rgb(140,35,92); }
div.DivClassName
{
background-color: #8C235C;
}
.BgClassName
{
background-color: #8C235C;
}
</style>
border-color css
<style>
span { border-color: #8C235C; }
span { border-color: rgb(140,35,92); }
td.TdClassName
{
border-color: #8C235C;
}
.TagClassName
{
border-color: #8C235C;
}
</style>