Shades of Rose Bud Cherry #8C2D64
Tints of Rose Bud Cherry #8C2D64
RGB
CMYK
RGB Variations
Color information
#8C2D64 (or 0x8C2D64) is known color: Rose Bud Cherry. HEX triplet: 8C, 2D and 64. RGB value is (140,45,100). Sum of RGB (Red+Green+Blue) = 140+45+100=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2D64 is #73D29B. Grayscale: #4F4F4F. Windows color (decimal): -7590556 or 6565260. OLE color: 6565260.
HSL color Cylindrical-coordinate representation of color #8C2D64: hue angle of 325.26º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C2D64 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 45 | 100 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.45 |
| HSL | 325.26º | 0.51% | 0.36% | - |
| HSV(B) | 325.26º | 0.68% | 0.55% | - |
| XYZ | 14.05 | 8.37 | 12.93 | - |
| YUV | 79.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 100 | 0 | 0.68 | 0.29 | 0.45 | 325.26 | 0.51 | 0.36 |
| Hex | 8C | 2D | 64 | 0 | 44 | 1D | 2D | 145 | 33 | 24 |
| Octal | 214 | 55 | 144 | 0 | 104 | 35 | 55 | 505 | 63 | 44 |
| Binary | 10001100 | 101101 | 1100100 | 0 | 1000100 | 11101 | 101101 | 101000101 | 110011 | 100100 |
Color Harmonies of #8C2D64
Complementary color
Monochromatic Colors of #8C2D64
Black with #8C2D64
Text Example
Text Example
White with #8C2D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2D64; }
p { color: rgb(140,45,100); }
H1.HeaderClassName
{
color: #8C2D64;
}
.AnyTagClassName
{
color: #8C2D64;
}
</style>
background-color css
<style>
a { background-color: #8C2D64; }
a { background-color: rgb(140,45,100); }
div.DivClassName
{
background-color: #8C2D64;
}
.BgClassName
{
background-color: #8C2D64;
}
</style>
border-color css
<style>
span { border-color: #8C2D64; }
span { border-color: rgb(140,45,100); }
td.TdClassName
{
border-color: #8C2D64;
}
.TagClassName
{
border-color: #8C2D64;
}
</style>