Shades of Rose Bud Cherry #8C185A
Tints of Rose Bud Cherry #8C185A
RGB
CMYK
RGB Variations
Color information
#8C185A (or 0x8C185A) is known color: Rose Bud Cherry. HEX triplet: 8C, 18 and 5A. RGB value is (140,24,90). Sum of RGB (Red+Green+Blue) = 140+24+90=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C185A is #73E7A5. Grayscale: #424242. Windows color (decimal): -7595942 or 5904524. OLE color: 5904524.
HSL color Cylindrical-coordinate representation of color #8C185A: hue angle of 325.86º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C185A is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 24 | 90 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.45 |
| HSL | 325.86º | 0.71% | 0.32% | - |
| HSV(B) | 325.86º | 0.83% | 0.55% | - |
| XYZ | 12.99 | 6.97 | 10.33 | - |
| YUV | 66.21 | 141.43 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 90 | 0 | 0.83 | 0.36 | 0.45 | 325.86 | 0.71 | 0.32 |
| Hex | 8C | 18 | 5A | 0 | 53 | 24 | 2D | 146 | 47 | 20 |
| Octal | 214 | 30 | 132 | 0 | 123 | 44 | 55 | 506 | 107 | 40 |
| Binary | 10001100 | 11000 | 1011010 | 0 | 1010011 | 100100 | 101101 | 101000110 | 1000111 | 100000 |
Color Harmonies of #8C185A
Complementary color
Monochromatic Colors of #8C185A
Black with #8C185A
Text Example
Text Example
White with #8C185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C185A; }
p { color: rgb(140,24,90); }
H1.HeaderClassName
{
color: #8C185A;
}
.AnyTagClassName
{
color: #8C185A;
}
</style>
background-color css
<style>
a { background-color: #8C185A; }
a { background-color: rgb(140,24,90); }
div.DivClassName
{
background-color: #8C185A;
}
.BgClassName
{
background-color: #8C185A;
}
</style>
border-color css
<style>
span { border-color: #8C185A; }
span { border-color: rgb(140,24,90); }
td.TdClassName
{
border-color: #8C185A;
}
.TagClassName
{
border-color: #8C185A;
}
</style>