Shades of Hopbush #C56081
Tints of Hopbush #C56081
RGB
CMYK
RGB Variations
Color information
#C56081 (or 0xC56081) is known color: Hopbush. HEX triplet: C5, 60 and 81. RGB value is (197,96,129). Sum of RGB (Red+Green+Blue) = 197+96+129=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C56081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56081 is #3A9F7E. Grayscale: #818181. Windows color (decimal): -3841919 or 8478917. OLE color: 8478917.
HSL color Cylindrical-coordinate representation of color #C56081: hue angle of 340.4º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56081 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 129 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.23 |
| HSL | 340.4º | 0.47% | 0.57% | - |
| HSV(B) | 340.4º | 0.51% | 0.77% | - |
| XYZ | 31.17 | 21.82 | 23.34 | - |
| YUV | 129.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 129 | 0 | 0.51 | 0.35 | 0.23 | 340.4 | 0.47 | 0.57 |
| Hex | C5 | 60 | 81 | 0 | 33 | 23 | 17 | 154 | 2F | 39 |
| Octal | 305 | 140 | 201 | 0 | 63 | 43 | 27 | 524 | 57 | 71 |
| Binary | 11000101 | 1100000 | 10000001 | 0 | 110011 | 100011 | 10111 | 101010100 | 101111 | 111001 |
Color Harmonies of #C56081
Complementary color
Monochromatic Colors of #C56081
Black with #C56081
Text Example
Text Example
White with #C56081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56081; }
p { color: rgb(197,96,129); }
H1.HeaderClassName
{
color: #C56081;
}
.AnyTagClassName
{
color: #C56081;
}
</style>
background-color css
<style>
a { background-color: #C56081; }
a { background-color: rgb(197,96,129); }
div.DivClassName
{
background-color: #C56081;
}
.BgClassName
{
background-color: #C56081;
}
</style>
border-color css
<style>
span { border-color: #C56081; }
span { border-color: rgb(197,96,129); }
td.TdClassName
{
border-color: #C56081;
}
.TagClassName
{
border-color: #C56081;
}
</style>