Shades of Hopbush #C56B9A
Tints of Hopbush #C56B9A
RGB
CMYK
RGB Variations
Color information
#C56B9A (or 0xC56B9A) is known color: Hopbush. HEX triplet: C5, 6B and 9A. RGB value is (197,107,154). Sum of RGB (Red+Green+Blue) = 197+107+154=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56B9A is #3A9465. Grayscale: #8B8B8B. Windows color (decimal): -3839078 or 10120133. OLE color: 10120133.
HSL color Cylindrical-coordinate representation of color #C56B9A: hue angle of 328.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56B9A is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 154 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.23 |
| HSL | 328.67º | 0.44% | 0.6% | - |
| HSV(B) | 328.67º | 0.46% | 0.77% | - |
| XYZ | 34.12 | 24.72 | 33.54 | - |
| YUV | 139.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 154 | 0 | 0.46 | 0.22 | 0.23 | 328.67 | 0.44 | 0.6 |
| Hex | C5 | 6B | 9A | 0 | 2E | 16 | 17 | 149 | 2C | 3C |
| Octal | 305 | 153 | 232 | 0 | 56 | 26 | 27 | 511 | 54 | 74 |
| Binary | 11000101 | 1101011 | 10011010 | 0 | 101110 | 10110 | 10111 | 101001001 | 101100 | 111100 |
Color Harmonies of #C56B9A
Complementary color
Monochromatic Colors of #C56B9A
Black with #C56B9A
Text Example
Text Example
White with #C56B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56B9A; }
p { color: rgb(197,107,154); }
H1.HeaderClassName
{
color: #C56B9A;
}
.AnyTagClassName
{
color: #C56B9A;
}
</style>
background-color css
<style>
a { background-color: #C56B9A; }
a { background-color: rgb(197,107,154); }
div.DivClassName
{
background-color: #C56B9A;
}
.BgClassName
{
background-color: #C56B9A;
}
</style>
border-color css
<style>
span { border-color: #C56B9A; }
span { border-color: rgb(197,107,154); }
td.TdClassName
{
border-color: #C56B9A;
}
.TagClassName
{
border-color: #C56B9A;
}
</style>