Shades of Rose Bud Cherry #8C305C
Tints of Rose Bud Cherry #8C305C
RGB
CMYK
RGB Variations
Color information
#8C305C (or 0x8C305C) is known color: Rose Bud Cherry. HEX triplet: 8C, 30 and 5C. RGB value is (140,48,92). Sum of RGB (Red+Green+Blue) = 140+48+92=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C305C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C305C is #73CFA3. Grayscale: #505050. Windows color (decimal): -7589796 or 6041740. OLE color: 6041740.
HSL color Cylindrical-coordinate representation of color #8C305C: hue angle of 331.3º 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 #8C305C is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 92 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.45 |
| HSL | 331.3º | 0.49% | 0.37% | - |
| HSV(B) | 331.3º | 0.66% | 0.55% | - |
| XYZ | 13.8 | 8.46 | 11.03 | - |
| YUV | 80.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 92 | 0 | 0.66 | 0.34 | 0.45 | 331.3 | 0.49 | 0.37 |
| Hex | 8C | 30 | 5C | 0 | 42 | 22 | 2D | 14B | 31 | 25 |
| Octal | 214 | 60 | 134 | 0 | 102 | 42 | 55 | 513 | 61 | 45 |
| Binary | 10001100 | 110000 | 1011100 | 0 | 1000010 | 100010 | 101101 | 101001011 | 110001 | 100101 |
Color Harmonies of #8C305C
Complementary color
Monochromatic Colors of #8C305C
Black with #8C305C
Text Example
Text Example
White with #8C305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C305C; }
p { color: rgb(140,48,92); }
H1.HeaderClassName
{
color: #8C305C;
}
.AnyTagClassName
{
color: #8C305C;
}
</style>
background-color css
<style>
a { background-color: #8C305C; }
a { background-color: rgb(140,48,92); }
div.DivClassName
{
background-color: #8C305C;
}
.BgClassName
{
background-color: #8C305C;
}
</style>
border-color css
<style>
span { border-color: #8C305C; }
span { border-color: rgb(140,48,92); }
td.TdClassName
{
border-color: #8C305C;
}
.TagClassName
{
border-color: #8C305C;
}
</style>