Shades of Hopbush #C56184
Tints of Hopbush #C56184
RGB
CMYK
RGB Variations
Color information
#C56184 (or 0xC56184) is known color: Hopbush. HEX triplet: C5, 61 and 84. RGB value is (197,97,132). Sum of RGB (Red+Green+Blue) = 197+97+132=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C56184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56184 is #3A9E7B. Grayscale: #828282. Windows color (decimal): -3841660 or 8675781. OLE color: 8675781.
HSL color Cylindrical-coordinate representation of color #C56184: hue angle of 339º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56184 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 132 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.23 |
| HSL | 339º | 0.46% | 0.58% | - |
| HSV(B) | 339º | 0.51% | 0.77% | - |
| XYZ | 31.47 | 22.09 | 24.43 | - |
| YUV | 130.89 | 128.63 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 132 | 0 | 0.51 | 0.33 | 0.23 | 339 | 0.46 | 0.58 |
| Hex | C5 | 61 | 84 | 0 | 33 | 21 | 17 | 153 | 2E | 3A |
| Octal | 305 | 141 | 204 | 0 | 63 | 41 | 27 | 523 | 56 | 72 |
| Binary | 11000101 | 1100001 | 10000100 | 0 | 110011 | 100001 | 10111 | 101010011 | 101110 | 111010 |
Color Harmonies of #C56184
Complementary color
Monochromatic Colors of #C56184
Black with #C56184
Text Example
Text Example
White with #C56184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56184; }
p { color: rgb(197,97,132); }
H1.HeaderClassName
{
color: #C56184;
}
.AnyTagClassName
{
color: #C56184;
}
</style>
background-color css
<style>
a { background-color: #C56184; }
a { background-color: rgb(197,97,132); }
div.DivClassName
{
background-color: #C56184;
}
.BgClassName
{
background-color: #C56184;
}
</style>
border-color css
<style>
span { border-color: #C56184; }
span { border-color: rgb(197,97,132); }
td.TdClassName
{
border-color: #C56184;
}
.TagClassName
{
border-color: #C56184;
}
</style>