Shades of Rose Bud Cherry #8C2D5C
Tints of Rose Bud Cherry #8C2D5C
RGB
CMYK
RGB Variations
Color information
#8C2D5C (or 0x8C2D5C) is known color: Rose Bud Cherry. HEX triplet: 8C, 2D and 5C. RGB value is (140,45,92). Sum of RGB (Red+Green+Blue) = 140+45+92=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2D5C is #73D2A3. Grayscale: #4E4E4E. Windows color (decimal): -7590564 or 6040972. OLE color: 6040972.
HSL color Cylindrical-coordinate representation of color #8C2D5C: hue angle of 330.32º 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 #8C2D5C is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 45 | 92 | - |
CMYK | 0 | 0.68 | 0.34 | 0.45 |
HSL | 330.32º | 0.51% | 0.36% | - |
HSV(B) | 330.32º | 0.68% | 0.55% | - |
XYZ | 13.69 | 8.22 | 10.99 | - |
YUV | 78.76 | 135.47 | 171.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 45 | 92 | 0 | 0.68 | 0.34 | 0.45 | 330.32 | 0.51 | 0.36 |
Hex | 8C | 2D | 5C | 0 | 44 | 22 | 2D | 14A | 33 | 24 |
Octal | 214 | 55 | 134 | 0 | 104 | 42 | 55 | 512 | 63 | 44 |
Binary | 10001100 | 101101 | 1011100 | 0 | 1000100 | 100010 | 101101 | 101001010 | 110011 | 100100 |
Color Harmonies of #8C2D5C
Complementary color
Monochromatic Colors of #8C2D5C
Black with #8C2D5C
Text Example
Text Example
White with #8C2D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2D5C; }
p { color: rgb(140,45,92); }
H1.HeaderClassName
{
color: #8C2D5C;
}
.AnyTagClassName
{
color: #8C2D5C;
}
</style>
background-color css
<style>
a { background-color: #8C2D5C; }
a { background-color: rgb(140,45,92); }
div.DivClassName
{
background-color: #8C2D5C;
}
.BgClassName
{
background-color: #8C2D5C;
}
</style>
border-color css
<style>
span { border-color: #8C2D5C; }
span { border-color: rgb(140,45,92); }
td.TdClassName
{
border-color: #8C2D5C;
}
.TagClassName
{
border-color: #8C2D5C;
}
</style>