Shades of Hopbush #C67197
Tints of Hopbush #C67197
RGB
CMYK
RGB Variations
Color information
#C67197 (or 0xC67197) is known color: Hopbush. HEX triplet: C6, 71 and 97. RGB value is (198,113,151). Sum of RGB (Red+Green+Blue) = 198+113+151=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C67197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67197 is #398E68. Grayscale: #8E8E8E. Windows color (decimal): -3772009 or 9925062. OLE color: 9925062.
HSL color Cylindrical-coordinate representation of color #C67197: hue angle of 333.18º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C67197 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 151 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.22 |
| HSL | 333.18º | 0.43% | 0.61% | - |
| HSV(B) | 333.18º | 0.43% | 0.78% | - |
| XYZ | 34.78 | 26.05 | 32.47 | - |
| YUV | 142.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 151 | 0 | 0.43 | 0.24 | 0.22 | 333.18 | 0.43 | 0.61 |
| Hex | C6 | 71 | 97 | 0 | 2B | 18 | 16 | 14D | 2B | 3D |
| Octal | 306 | 161 | 227 | 0 | 53 | 30 | 26 | 515 | 53 | 75 |
| Binary | 11000110 | 1110001 | 10010111 | 0 | 101011 | 11000 | 10110 | 101001101 | 101011 | 111101 |
Color Harmonies of #C67197
Complementary color
Monochromatic Colors of #C67197
Black with #C67197
Text Example
Text Example
White with #C67197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67197; }
p { color: rgb(198,113,151); }
H1.HeaderClassName
{
color: #C67197;
}
.AnyTagClassName
{
color: #C67197;
}
</style>
background-color css
<style>
a { background-color: #C67197; }
a { background-color: rgb(198,113,151); }
div.DivClassName
{
background-color: #C67197;
}
.BgClassName
{
background-color: #C67197;
}
</style>
border-color css
<style>
span { border-color: #C67197; }
span { border-color: rgb(198,113,151); }
td.TdClassName
{
border-color: #C67197;
}
.TagClassName
{
border-color: #C67197;
}
</style>