Shades of Hopbush #C66287
Tints of Hopbush #C66287
RGB
CMYK
RGB Variations
Color information
#C66287 (or 0xC66287) is known color: Hopbush. HEX triplet: C6, 62 and 87. RGB value is (198,98,135). Sum of RGB (Red+Green+Blue) = 198+98+135=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C66287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66287 is #399D78. Grayscale: #848484. Windows color (decimal): -3775865 or 8872646. OLE color: 8872646.
HSL color Cylindrical-coordinate representation of color #C66287: hue angle of 337.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C66287 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 135 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.22 |
| HSL | 337.8º | 0.47% | 0.58% | - |
| HSV(B) | 337.8º | 0.51% | 0.78% | - |
| XYZ | 32.03 | 22.49 | 25.57 | - |
| YUV | 132.12 | 129.63 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 135 | 0 | 0.51 | 0.32 | 0.22 | 337.8 | 0.47 | 0.58 |
| Hex | C6 | 62 | 87 | 0 | 33 | 20 | 16 | 152 | 2F | 3A |
| Octal | 306 | 142 | 207 | 0 | 63 | 40 | 26 | 522 | 57 | 72 |
| Binary | 11000110 | 1100010 | 10000111 | 0 | 110011 | 100000 | 10110 | 101010010 | 101111 | 111010 |
Color Harmonies of #C66287
Complementary color
Monochromatic Colors of #C66287
Black with #C66287
Text Example
Text Example
White with #C66287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66287; }
p { color: rgb(198,98,135); }
H1.HeaderClassName
{
color: #C66287;
}
.AnyTagClassName
{
color: #C66287;
}
</style>
background-color css
<style>
a { background-color: #C66287; }
a { background-color: rgb(198,98,135); }
div.DivClassName
{
background-color: #C66287;
}
.BgClassName
{
background-color: #C66287;
}
</style>
border-color css
<style>
span { border-color: #C66287; }
span { border-color: rgb(198,98,135); }
td.TdClassName
{
border-color: #C66287;
}
.TagClassName
{
border-color: #C66287;
}
</style>