Shades of Rose Bud Cherry #8C2162
Tints of Rose Bud Cherry #8C2162
RGB
CMYK
RGB Variations
Color information
#8C2162 (or 0x8C2162) is known color: Rose Bud Cherry. HEX triplet: 8C, 21 and 62. RGB value is (140,33,98). Sum of RGB (Red+Green+Blue) = 140+33+98=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2162 is #73DE9D. Grayscale: #484848. Windows color (decimal): -7593630 or 6431116. OLE color: 6431116.
HSL color Cylindrical-coordinate representation of color #8C2162: hue angle of 323.55º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C2162 is Cyan = 0, Magento = 0.76, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 98 | - |
| CMYK | 0 | 0.76 | 0.3 | 0.45 |
| HSL | 323.55º | 0.62% | 0.34% | - |
| HSV(B) | 323.55º | 0.76% | 0.55% | - |
| XYZ | 13.56 | 7.55 | 12.3 | - |
| YUV | 72.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 98 | 0 | 0.76 | 0.3 | 0.45 | 323.55 | 0.62 | 0.34 |
| Hex | 8C | 21 | 62 | 0 | 4C | 1E | 2D | 144 | 3E | 22 |
| Octal | 214 | 41 | 142 | 0 | 114 | 36 | 55 | 504 | 76 | 42 |
| Binary | 10001100 | 100001 | 1100010 | 0 | 1001100 | 11110 | 101101 | 101000100 | 111110 | 100010 |
Color Harmonies of #8C2162
Complementary color
Monochromatic Colors of #8C2162
Black with #8C2162
Text Example
Text Example
White with #8C2162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2162; }
p { color: rgb(140,33,98); }
H1.HeaderClassName
{
color: #8C2162;
}
.AnyTagClassName
{
color: #8C2162;
}
</style>
background-color css
<style>
a { background-color: #8C2162; }
a { background-color: rgb(140,33,98); }
div.DivClassName
{
background-color: #8C2162;
}
.BgClassName
{
background-color: #8C2162;
}
</style>
border-color css
<style>
span { border-color: #8C2162; }
span { border-color: rgb(140,33,98); }
td.TdClassName
{
border-color: #8C2162;
}
.TagClassName
{
border-color: #8C2162;
}
</style>