Shades of Hopbush #C56D93
Tints of Hopbush #C56D93
RGB
CMYK
RGB Variations
Color information
#C56D93 (or 0xC56D93) is known color: Hopbush. HEX triplet: C5, 6D and 93. RGB value is (197,109,147). Sum of RGB (Red+Green+Blue) = 197+109+147=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56D93 is #3A926C. Grayscale: #8B8B8B. Windows color (decimal): -3838573 or 9661893. OLE color: 9661893.
HSL color Cylindrical-coordinate representation of color #C56D93: hue angle of 334.09º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C56D93 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 147 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.23 |
| HSL | 334.09º | 0.43% | 0.6% | - |
| HSV(B) | 334.09º | 0.45% | 0.77% | - |
| XYZ | 33.76 | 24.91 | 30.63 | - |
| YUV | 139.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 147 | 0 | 0.45 | 0.25 | 0.23 | 334.09 | 0.43 | 0.6 |
| Hex | C5 | 6D | 93 | 0 | 2D | 19 | 17 | 14E | 2B | 3C |
| Octal | 305 | 155 | 223 | 0 | 55 | 31 | 27 | 516 | 53 | 74 |
| Binary | 11000101 | 1101101 | 10010011 | 0 | 101101 | 11001 | 10111 | 101001110 | 101011 | 111100 |
Color Harmonies of #C56D93
Complementary color
Monochromatic Colors of #C56D93
Black with #C56D93
Text Example
Text Example
White with #C56D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D93; }
p { color: rgb(197,109,147); }
H1.HeaderClassName
{
color: #C56D93;
}
.AnyTagClassName
{
color: #C56D93;
}
</style>
background-color css
<style>
a { background-color: #C56D93; }
a { background-color: rgb(197,109,147); }
div.DivClassName
{
background-color: #C56D93;
}
.BgClassName
{
background-color: #C56D93;
}
</style>
border-color css
<style>
span { border-color: #C56D93; }
span { border-color: rgb(197,109,147); }
td.TdClassName
{
border-color: #C56D93;
}
.TagClassName
{
border-color: #C56D93;
}
</style>