Shades of Hopbush #C67497
Tints of Hopbush #C67497
RGB
CMYK
RGB Variations
Color information
#C67497 (or 0xC67497) is known color: Hopbush. HEX triplet: C6, 74 and 97. RGB value is (198,116,151). Sum of RGB (Red+Green+Blue) = 198+116+151=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C67497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67497 is #398B68. Grayscale: #909090. Windows color (decimal): -3771241 or 9925830. OLE color: 9925830.
HSL color Cylindrical-coordinate representation of color #C67497: hue angle of 334.39º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67497 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 151 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.22 |
| HSL | 334.39º | 0.42% | 0.62% | - |
| HSV(B) | 334.39º | 0.41% | 0.78% | - |
| XYZ | 35.12 | 26.73 | 32.59 | - |
| YUV | 144.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 151 | 0 | 0.41 | 0.24 | 0.22 | 334.39 | 0.42 | 0.62 |
| Hex | C6 | 74 | 97 | 0 | 29 | 18 | 16 | 14E | 2A | 3E |
| Octal | 306 | 164 | 227 | 0 | 51 | 30 | 26 | 516 | 52 | 76 |
| Binary | 11000110 | 1110100 | 10010111 | 0 | 101001 | 11000 | 10110 | 101001110 | 101010 | 111110 |
Color Harmonies of #C67497
Complementary color
Monochromatic Colors of #C67497
Black with #C67497
Text Example
Text Example
White with #C67497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67497; }
p { color: rgb(198,116,151); }
H1.HeaderClassName
{
color: #C67497;
}
.AnyTagClassName
{
color: #C67497;
}
</style>
background-color css
<style>
a { background-color: #C67497; }
a { background-color: rgb(198,116,151); }
div.DivClassName
{
background-color: #C67497;
}
.BgClassName
{
background-color: #C67497;
}
</style>
border-color css
<style>
span { border-color: #C67497; }
span { border-color: rgb(198,116,151); }
td.TdClassName
{
border-color: #C67497;
}
.TagClassName
{
border-color: #C67497;
}
</style>