Shades of Hopbush #C56384
Tints of Hopbush #C56384
RGB
CMYK
RGB Variations
Color information
#C56384 (or 0xC56384) is known color: Hopbush. HEX triplet: C5, 63 and 84. RGB value is (197,99,132). Sum of RGB (Red+Green+Blue) = 197+99+132=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C56384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56384 is #3A9C7B. Grayscale: #848484. Windows color (decimal): -3841148 or 8676293. OLE color: 8676293.
HSL color Cylindrical-coordinate representation of color #C56384: hue angle of 339.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56384 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 132 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.23 |
| HSL | 339.8º | 0.46% | 0.58% | - |
| HSV(B) | 339.8º | 0.5% | 0.77% | - |
| XYZ | 31.65 | 22.46 | 24.5 | - |
| YUV | 132.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 132 | 0 | 0.50 | 0.33 | 0.23 | 339.8 | 0.46 | 0.58 |
| Hex | C5 | 63 | 84 | 0 | 32 | 21 | 17 | 154 | 2E | 3A |
| Octal | 305 | 143 | 204 | 0 | 62 | 41 | 27 | 524 | 56 | 72 |
| Binary | 11000101 | 1100011 | 10000100 | 0 | 110010 | 100001 | 10111 | 101010100 | 101110 | 111010 |
Color Harmonies of #C56384
Complementary color
Monochromatic Colors of #C56384
Black with #C56384
Text Example
Text Example
White with #C56384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56384; }
p { color: rgb(197,99,132); }
H1.HeaderClassName
{
color: #C56384;
}
.AnyTagClassName
{
color: #C56384;
}
</style>
background-color css
<style>
a { background-color: #C56384; }
a { background-color: rgb(197,99,132); }
div.DivClassName
{
background-color: #C56384;
}
.BgClassName
{
background-color: #C56384;
}
</style>
border-color css
<style>
span { border-color: #C56384; }
span { border-color: rgb(197,99,132); }
td.TdClassName
{
border-color: #C56384;
}
.TagClassName
{
border-color: #C56384;
}
</style>