Shades of Hopbush #C66087
Tints of Hopbush #C66087
RGB
CMYK
RGB Variations
Color information
#C66087 (or 0xC66087) is known color: Hopbush. HEX triplet: C6, 60 and 87. RGB value is (198,96,135). Sum of RGB (Red+Green+Blue) = 198+96+135=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C66087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66087 is #399F78. Grayscale: #828282. Windows color (decimal): -3776377 or 8872134. OLE color: 8872134.
HSL color Cylindrical-coordinate representation of color #C66087: hue angle of 337.06º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66087 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 135 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.22 |
| HSL | 337.06º | 0.47% | 0.58% | - |
| HSV(B) | 337.06º | 0.52% | 0.78% | - |
| XYZ | 31.84 | 22.12 | 25.51 | - |
| YUV | 130.94 | 130.29 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 135 | 0 | 0.52 | 0.32 | 0.22 | 337.06 | 0.47 | 0.58 |
| Hex | C6 | 60 | 87 | 0 | 34 | 20 | 16 | 151 | 2F | 3A |
| Octal | 306 | 140 | 207 | 0 | 64 | 40 | 26 | 521 | 57 | 72 |
| Binary | 11000110 | 1100000 | 10000111 | 0 | 110100 | 100000 | 10110 | 101010001 | 101111 | 111010 |
Color Harmonies of #C66087
Complementary color
Monochromatic Colors of #C66087
Black with #C66087
Text Example
Text Example
White with #C66087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66087; }
p { color: rgb(198,96,135); }
H1.HeaderClassName
{
color: #C66087;
}
.AnyTagClassName
{
color: #C66087;
}
</style>
background-color css
<style>
a { background-color: #C66087; }
a { background-color: rgb(198,96,135); }
div.DivClassName
{
background-color: #C66087;
}
.BgClassName
{
background-color: #C66087;
}
</style>
border-color css
<style>
span { border-color: #C66087; }
span { border-color: rgb(198,96,135); }
td.TdClassName
{
border-color: #C66087;
}
.TagClassName
{
border-color: #C66087;
}
</style>