Shades of Hopbush #C56286
Tints of Hopbush #C56286
RGB
CMYK
RGB Variations
Color information
#C56286 (or 0xC56286) is known color: Hopbush. HEX triplet: C5, 62 and 86. RGB value is (197,98,134). Sum of RGB (Red+Green+Blue) = 197+98+134=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C56286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56286 is #3A9D79. Grayscale: #838383. Windows color (decimal): -3841402 or 8807109. OLE color: 8807109.
HSL color Cylindrical-coordinate representation of color #C56286: hue angle of 338.18º 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 #C56286 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 134 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.23 |
| HSL | 338.18º | 0.46% | 0.58% | - |
| HSV(B) | 338.18º | 0.5% | 0.77% | - |
| XYZ | 31.7 | 22.33 | 25.19 | - |
| YUV | 131.71 | 129.3 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 134 | 0 | 0.50 | 0.32 | 0.23 | 338.18 | 0.46 | 0.58 |
| Hex | C5 | 62 | 86 | 0 | 32 | 20 | 17 | 152 | 2E | 3A |
| Octal | 305 | 142 | 206 | 0 | 62 | 40 | 27 | 522 | 56 | 72 |
| Binary | 11000101 | 1100010 | 10000110 | 0 | 110010 | 100000 | 10111 | 101010010 | 101110 | 111010 |
Color Harmonies of #C56286
Complementary color
Monochromatic Colors of #C56286
Black with #C56286
Text Example
Text Example
White with #C56286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56286; }
p { color: rgb(197,98,134); }
H1.HeaderClassName
{
color: #C56286;
}
.AnyTagClassName
{
color: #C56286;
}
</style>
background-color css
<style>
a { background-color: #C56286; }
a { background-color: rgb(197,98,134); }
div.DivClassName
{
background-color: #C56286;
}
.BgClassName
{
background-color: #C56286;
}
</style>
border-color css
<style>
span { border-color: #C56286; }
span { border-color: rgb(197,98,134); }
td.TdClassName
{
border-color: #C56286;
}
.TagClassName
{
border-color: #C56286;
}
</style>