Shades of Hopbush #C56695
Tints of Hopbush #C56695
RGB
CMYK
RGB Variations
Color information
#C56695 (or 0xC56695) is known color: Hopbush. HEX triplet: C5, 66 and 95. RGB value is (197,102,149). Sum of RGB (Red+Green+Blue) = 197+102+149=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C56695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56695 is #3A996A. Grayscale: #878787. Windows color (decimal): -3840363 or 9791173. OLE color: 9791173.
HSL color Cylindrical-coordinate representation of color #C56695: hue angle of 330.32º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56695 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 149 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.23 |
| HSL | 330.32º | 0.45% | 0.59% | - |
| HSV(B) | 330.32º | 0.48% | 0.77% | - |
| XYZ | 33.2 | 23.54 | 31.23 | - |
| YUV | 135.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 149 | 0 | 0.48 | 0.24 | 0.23 | 330.32 | 0.45 | 0.59 |
| Hex | C5 | 66 | 95 | 0 | 30 | 18 | 17 | 14A | 2D | 3B |
| Octal | 305 | 146 | 225 | 0 | 60 | 30 | 27 | 512 | 55 | 73 |
| Binary | 11000101 | 1100110 | 10010101 | 0 | 110000 | 11000 | 10111 | 101001010 | 101101 | 111011 |
Color Harmonies of #C56695
Complementary color
Monochromatic Colors of #C56695
Black with #C56695
Text Example
Text Example
White with #C56695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56695; }
p { color: rgb(197,102,149); }
H1.HeaderClassName
{
color: #C56695;
}
.AnyTagClassName
{
color: #C56695;
}
</style>
background-color css
<style>
a { background-color: #C56695; }
a { background-color: rgb(197,102,149); }
div.DivClassName
{
background-color: #C56695;
}
.BgClassName
{
background-color: #C56695;
}
</style>
border-color css
<style>
span { border-color: #C56695; }
span { border-color: rgb(197,102,149); }
td.TdClassName
{
border-color: #C56695;
}
.TagClassName
{
border-color: #C56695;
}
</style>