Shades of Rose Bud Cherry #8C3063
Tints of Rose Bud Cherry #8C3063
RGB
CMYK
RGB Variations
Color information
#8C3063 (or 0x8C3063) is known color: Rose Bud Cherry. HEX triplet: 8C, 30 and 63. RGB value is (140,48,99). Sum of RGB (Red+Green+Blue) = 140+48+99=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3063 is #73CF9C. Grayscale: #515151. Windows color (decimal): -7589789 or 6500492. OLE color: 6500492.
HSL color Cylindrical-coordinate representation of color #8C3063: hue angle of 326.74º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C3063 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 99 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.45 |
| HSL | 326.74º | 0.49% | 0.37% | - |
| HSV(B) | 326.74º | 0.66% | 0.55% | - |
| XYZ | 14.12 | 8.59 | 12.72 | - |
| YUV | 81.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 99 | 0 | 0.66 | 0.29 | 0.45 | 326.74 | 0.49 | 0.37 |
| Hex | 8C | 30 | 63 | 0 | 42 | 1D | 2D | 147 | 31 | 25 |
| Octal | 214 | 60 | 143 | 0 | 102 | 35 | 55 | 507 | 61 | 45 |
| Binary | 10001100 | 110000 | 1100011 | 0 | 1000010 | 11101 | 101101 | 101000111 | 110001 | 100101 |
Color Harmonies of #8C3063
Complementary color
Monochromatic Colors of #8C3063
Black with #8C3063
Text Example
Text Example
White with #8C3063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3063; }
p { color: rgb(140,48,99); }
H1.HeaderClassName
{
color: #8C3063;
}
.AnyTagClassName
{
color: #8C3063;
}
</style>
background-color css
<style>
a { background-color: #8C3063; }
a { background-color: rgb(140,48,99); }
div.DivClassName
{
background-color: #8C3063;
}
.BgClassName
{
background-color: #8C3063;
}
</style>
border-color css
<style>
span { border-color: #8C3063; }
span { border-color: rgb(140,48,99); }
td.TdClassName
{
border-color: #8C3063;
}
.TagClassName
{
border-color: #8C3063;
}
</style>