Shades of Hopbush #C56694
Tints of Hopbush #C56694
RGB
CMYK
RGB Variations
Color information
#C56694 (or 0xC56694) is known color: Hopbush. HEX triplet: C5, 66 and 94. RGB value is (197,102,148). Sum of RGB (Red+Green+Blue) = 197+102+148=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C56694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56694 is #3A996B. Grayscale: #878787. Windows color (decimal): -3840364 or 9725637. OLE color: 9725637.
HSL color Cylindrical-coordinate representation of color #C56694: hue angle of 330.95º 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 #C56694 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 148 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.23 |
| HSL | 330.95º | 0.45% | 0.59% | - |
| HSV(B) | 330.95º | 0.48% | 0.77% | - |
| XYZ | 33.12 | 23.51 | 30.81 | - |
| YUV | 135.65 | 134.97 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 148 | 0 | 0.48 | 0.25 | 0.23 | 330.95 | 0.45 | 0.59 |
| Hex | C5 | 66 | 94 | 0 | 30 | 19 | 17 | 14B | 2D | 3B |
| Octal | 305 | 146 | 224 | 0 | 60 | 31 | 27 | 513 | 55 | 73 |
| Binary | 11000101 | 1100110 | 10010100 | 0 | 110000 | 11001 | 10111 | 101001011 | 101101 | 111011 |
Color Harmonies of #C56694
Complementary color
Monochromatic Colors of #C56694
Black with #C56694
Text Example
Text Example
White with #C56694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56694; }
p { color: rgb(197,102,148); }
H1.HeaderClassName
{
color: #C56694;
}
.AnyTagClassName
{
color: #C56694;
}
</style>
background-color css
<style>
a { background-color: #C56694; }
a { background-color: rgb(197,102,148); }
div.DivClassName
{
background-color: #C56694;
}
.BgClassName
{
background-color: #C56694;
}
</style>
border-color css
<style>
span { border-color: #C56694; }
span { border-color: rgb(197,102,148); }
td.TdClassName
{
border-color: #C56694;
}
.TagClassName
{
border-color: #C56694;
}
</style>