Shades of Hopbush #C66987
Tints of Hopbush #C66987
RGB
CMYK
RGB Variations
Color information
#C66987 (or 0xC66987) is known color: Hopbush. HEX triplet: C6, 69 and 87. RGB value is (198,105,135). Sum of RGB (Red+Green+Blue) = 198+105+135=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C66987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66987 is #399678. Grayscale: #888888. Windows color (decimal): -3774073 or 8874438. OLE color: 8874438.
HSL color Cylindrical-coordinate representation of color #C66987: hue angle of 340.65º 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 #C66987 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 135 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.22 |
| HSL | 340.65º | 0.45% | 0.59% | - |
| HSV(B) | 340.65º | 0.47% | 0.78% | - |
| XYZ | 32.71 | 23.86 | 25.8 | - |
| YUV | 136.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 135 | 0 | 0.47 | 0.32 | 0.22 | 340.65 | 0.45 | 0.59 |
| Hex | C6 | 69 | 87 | 0 | 2F | 20 | 16 | 155 | 2D | 3B |
| Octal | 306 | 151 | 207 | 0 | 57 | 40 | 26 | 525 | 55 | 73 |
| Binary | 11000110 | 1101001 | 10000111 | 0 | 101111 | 100000 | 10110 | 101010101 | 101101 | 111011 |
Color Harmonies of #C66987
Complementary color
Monochromatic Colors of #C66987
Black with #C66987
Text Example
Text Example
White with #C66987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66987; }
p { color: rgb(198,105,135); }
H1.HeaderClassName
{
color: #C66987;
}
.AnyTagClassName
{
color: #C66987;
}
</style>
background-color css
<style>
a { background-color: #C66987; }
a { background-color: rgb(198,105,135); }
div.DivClassName
{
background-color: #C66987;
}
.BgClassName
{
background-color: #C66987;
}
</style>
border-color css
<style>
span { border-color: #C66987; }
span { border-color: rgb(198,105,135); }
td.TdClassName
{
border-color: #C66987;
}
.TagClassName
{
border-color: #C66987;
}
</style>