Shades of Rose Bud Cherry #8C2E5C
Tints of Rose Bud Cherry #8C2E5C
RGB
CMYK
RGB Variations
Color information
#8C2E5C (or 0x8C2E5C) is known color: Rose Bud Cherry. HEX triplet: 8C, 2E and 5C. RGB value is (140,46,92). Sum of RGB (Red+Green+Blue) = 140+46+92=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2E5C is #73D1A3. Grayscale: #4F4F4F. Windows color (decimal): -7590308 or 6041228. OLE color: 6041228.
HSL color Cylindrical-coordinate representation of color #8C2E5C: hue angle of 330.64º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C2E5C is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 46 | 92 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.45 |
| HSL | 330.64º | 0.51% | 0.36% | - |
| HSV(B) | 330.64º | 0.67% | 0.55% | - |
| XYZ | 13.72 | 8.3 | 11 | - |
| YUV | 79.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 46 | 92 | 0 | 0.67 | 0.34 | 0.45 | 330.64 | 0.51 | 0.36 |
| Hex | 8C | 2E | 5C | 0 | 43 | 22 | 2D | 14B | 33 | 24 |
| Octal | 214 | 56 | 134 | 0 | 103 | 42 | 55 | 513 | 63 | 44 |
| Binary | 10001100 | 101110 | 1011100 | 0 | 1000011 | 100010 | 101101 | 101001011 | 110011 | 100100 |
Color Harmonies of #8C2E5C
Complementary color
Monochromatic Colors of #8C2E5C
Black with #8C2E5C
Text Example
Text Example
White with #8C2E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2E5C; }
p { color: rgb(140,46,92); }
H1.HeaderClassName
{
color: #8C2E5C;
}
.AnyTagClassName
{
color: #8C2E5C;
}
</style>
background-color css
<style>
a { background-color: #8C2E5C; }
a { background-color: rgb(140,46,92); }
div.DivClassName
{
background-color: #8C2E5C;
}
.BgClassName
{
background-color: #8C2E5C;
}
</style>
border-color css
<style>
span { border-color: #8C2E5C; }
span { border-color: rgb(140,46,92); }
td.TdClassName
{
border-color: #8C2E5C;
}
.TagClassName
{
border-color: #8C2E5C;
}
</style>