Shades of Hopbush #C66896
Tints of Hopbush #C66896
RGB
CMYK
RGB Variations
Color information
#C66896 (or 0xC66896) is known color: Hopbush. HEX triplet: C6, 68 and 96. RGB value is (198,104,150). Sum of RGB (Red+Green+Blue) = 198+104+150=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C66896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66896 is #399769. Grayscale: #898989. Windows color (decimal): -3774314 or 9857222. OLE color: 9857222.
HSL color Cylindrical-coordinate representation of color #C66896: hue angle of 330.64º 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 #C66896 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 150 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.22 |
| HSL | 330.64º | 0.45% | 0.59% | - |
| HSV(B) | 330.64º | 0.47% | 0.78% | - |
| XYZ | 33.74 | 24.11 | 31.73 | - |
| YUV | 137.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 150 | 0 | 0.47 | 0.24 | 0.22 | 330.64 | 0.45 | 0.59 |
| Hex | C6 | 68 | 96 | 0 | 2F | 18 | 16 | 14B | 2D | 3B |
| Octal | 306 | 150 | 226 | 0 | 57 | 30 | 26 | 513 | 55 | 73 |
| Binary | 11000110 | 1101000 | 10010110 | 0 | 101111 | 11000 | 10110 | 101001011 | 101101 | 111011 |
Color Harmonies of #C66896
Complementary color
Monochromatic Colors of #C66896
Black with #C66896
Text Example
Text Example
White with #C66896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66896; }
p { color: rgb(198,104,150); }
H1.HeaderClassName
{
color: #C66896;
}
.AnyTagClassName
{
color: #C66896;
}
</style>
background-color css
<style>
a { background-color: #C66896; }
a { background-color: rgb(198,104,150); }
div.DivClassName
{
background-color: #C66896;
}
.BgClassName
{
background-color: #C66896;
}
</style>
border-color css
<style>
span { border-color: #C66896; }
span { border-color: rgb(198,104,150); }
td.TdClassName
{
border-color: #C66896;
}
.TagClassName
{
border-color: #C66896;
}
</style>