Shades of Hopbush #C66897
Tints of Hopbush #C66897
RGB
CMYK
RGB Variations
Color information
#C66897 (or 0xC66897) is known color: Hopbush. HEX triplet: C6, 68 and 97. RGB value is (198,104,151). Sum of RGB (Red+Green+Blue) = 198+104+151=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C66897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66897 is #399768. Grayscale: #898989. Windows color (decimal): -3774313 or 9922758. OLE color: 9922758.
HSL color Cylindrical-coordinate representation of color #C66897: hue angle of 330º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66897 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 151 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.22 |
| HSL | 330º | 0.45% | 0.59% | - |
| HSV(B) | 330º | 0.47% | 0.78% | - |
| XYZ | 33.82 | 24.14 | 32.16 | - |
| YUV | 137.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 151 | 0 | 0.47 | 0.24 | 0.22 | 330 | 0.45 | 0.59 |
| Hex | C6 | 68 | 97 | 0 | 2F | 18 | 16 | 14A | 2D | 3B |
| Octal | 306 | 150 | 227 | 0 | 57 | 30 | 26 | 512 | 55 | 73 |
| Binary | 11000110 | 1101000 | 10010111 | 0 | 101111 | 11000 | 10110 | 101001010 | 101101 | 111011 |
Color Harmonies of #C66897
Complementary color
Monochromatic Colors of #C66897
Black with #C66897
Text Example
Text Example
White with #C66897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66897; }
p { color: rgb(198,104,151); }
H1.HeaderClassName
{
color: #C66897;
}
.AnyTagClassName
{
color: #C66897;
}
</style>
background-color css
<style>
a { background-color: #C66897; }
a { background-color: rgb(198,104,151); }
div.DivClassName
{
background-color: #C66897;
}
.BgClassName
{
background-color: #C66897;
}
</style>
border-color css
<style>
span { border-color: #C66897; }
span { border-color: rgb(198,104,151); }
td.TdClassName
{
border-color: #C66897;
}
.TagClassName
{
border-color: #C66897;
}
</style>