Shades of Hopbush #C66895
Tints of Hopbush #C66895
RGB
CMYK
RGB Variations
Color information
#C66895 (or 0xC66895) is known color: Hopbush. HEX triplet: C6, 68 and 95. RGB value is (198,104,149). Sum of RGB (Red+Green+Blue) = 198+104+149=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C66895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66895 is #39976A. Grayscale: #898989. Windows color (decimal): -3774315 or 9791686. OLE color: 9791686.
HSL color Cylindrical-coordinate representation of color #C66895: hue angle of 331.28º 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 #C66895 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 149 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.22 |
| HSL | 331.28º | 0.45% | 0.59% | - |
| HSV(B) | 331.28º | 0.47% | 0.78% | - |
| XYZ | 33.66 | 24.08 | 31.31 | - |
| YUV | 137.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 149 | 0 | 0.47 | 0.25 | 0.22 | 331.28 | 0.45 | 0.59 |
| Hex | C6 | 68 | 95 | 0 | 2F | 19 | 16 | 14B | 2D | 3B |
| Octal | 306 | 150 | 225 | 0 | 57 | 31 | 26 | 513 | 55 | 73 |
| Binary | 11000110 | 1101000 | 10010101 | 0 | 101111 | 11001 | 10110 | 101001011 | 101101 | 111011 |
Color Harmonies of #C66895
Complementary color
Monochromatic Colors of #C66895
Black with #C66895
Text Example
Text Example
White with #C66895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66895; }
p { color: rgb(198,104,149); }
H1.HeaderClassName
{
color: #C66895;
}
.AnyTagClassName
{
color: #C66895;
}
</style>
background-color css
<style>
a { background-color: #C66895; }
a { background-color: rgb(198,104,149); }
div.DivClassName
{
background-color: #C66895;
}
.BgClassName
{
background-color: #C66895;
}
</style>
border-color css
<style>
span { border-color: #C66895; }
span { border-color: rgb(198,104,149); }
td.TdClassName
{
border-color: #C66895;
}
.TagClassName
{
border-color: #C66895;
}
</style>