Shades of Hopbush #C67296
Tints of Hopbush #C67296
RGB
CMYK
RGB Variations
Color information
#C67296 (or 0xC67296) is known color: Hopbush. HEX triplet: C6, 72 and 96. RGB value is (198,114,150). Sum of RGB (Red+Green+Blue) = 198+114+150=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C67296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67296 is #398D69. Grayscale: #8F8F8F. Windows color (decimal): -3771754 or 9859782. OLE color: 9859782.
HSL color Cylindrical-coordinate representation of color #C67296: hue angle of 334.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C67296 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 150 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.22 |
| HSL | 334.29º | 0.42% | 0.61% | - |
| HSV(B) | 334.29º | 0.42% | 0.78% | - |
| XYZ | 34.81 | 26.24 | 32.08 | - |
| YUV | 143.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 150 | 0 | 0.42 | 0.24 | 0.22 | 334.29 | 0.42 | 0.61 |
| Hex | C6 | 72 | 96 | 0 | 2A | 18 | 16 | 14E | 2A | 3D |
| Octal | 306 | 162 | 226 | 0 | 52 | 30 | 26 | 516 | 52 | 75 |
| Binary | 11000110 | 1110010 | 10010110 | 0 | 101010 | 11000 | 10110 | 101001110 | 101010 | 111101 |
Color Harmonies of #C67296
Complementary color
Monochromatic Colors of #C67296
Black with #C67296
Text Example
Text Example
White with #C67296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67296; }
p { color: rgb(198,114,150); }
H1.HeaderClassName
{
color: #C67296;
}
.AnyTagClassName
{
color: #C67296;
}
</style>
background-color css
<style>
a { background-color: #C67296; }
a { background-color: rgb(198,114,150); }
div.DivClassName
{
background-color: #C67296;
}
.BgClassName
{
background-color: #C67296;
}
</style>
border-color css
<style>
span { border-color: #C67296; }
span { border-color: rgb(198,114,150); }
td.TdClassName
{
border-color: #C67296;
}
.TagClassName
{
border-color: #C67296;
}
</style>