Shades of Rose Bud Cherry #8C104C
Tints of Rose Bud Cherry #8C104C
RGB
CMYK
RGB Variations
Color information
#8C104C (or 0x8C104C) is known color: Rose Bud Cherry. HEX triplet: 8C, 10 and 4C. RGB value is (140,16,76). Sum of RGB (Red+Green+Blue) = 140+16+76=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C104C is #73EFB3. Grayscale: #3B3B3B. Windows color (decimal): -7598004 or 4984972. OLE color: 4984972.
HSL color Cylindrical-coordinate representation of color #8C104C: hue angle of 330.97º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C104C is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 76 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.45 |
| HSL | 330.97º | 0.79% | 0.31% | - |
| HSV(B) | 330.97º | 0.89% | 0.55% | - |
| XYZ | 12.31 | 6.47 | 7.44 | - |
| YUV | 59.92 | 137.08 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 76 | 0 | 0.89 | 0.46 | 0.45 | 330.97 | 0.79 | 0.31 |
| Hex | 8C | 10 | 4C | 0 | 59 | 2E | 2D | 14B | 4F | 1F |
| Octal | 214 | 20 | 114 | 0 | 131 | 56 | 55 | 513 | 117 | 37 |
| Binary | 10001100 | 10000 | 1001100 | 0 | 1011001 | 101110 | 101101 | 101001011 | 1001111 | 11111 |
Color Harmonies of #8C104C
Complementary color
Monochromatic Colors of #8C104C
Black with #8C104C
Text Example
Text Example
White with #8C104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C104C; }
p { color: rgb(140,16,76); }
H1.HeaderClassName
{
color: #8C104C;
}
.AnyTagClassName
{
color: #8C104C;
}
</style>
background-color css
<style>
a { background-color: #8C104C; }
a { background-color: rgb(140,16,76); }
div.DivClassName
{
background-color: #8C104C;
}
.BgClassName
{
background-color: #8C104C;
}
</style>
border-color css
<style>
span { border-color: #8C104C; }
span { border-color: rgb(140,16,76); }
td.TdClassName
{
border-color: #8C104C;
}
.TagClassName
{
border-color: #8C104C;
}
</style>