Shades of Hopbush #C76987
Tints of Hopbush #C76987
RGB
CMYK
RGB Variations
Color information
#C76987 (or 0xC76987) is known color: Hopbush. HEX triplet: C7, 69 and 87. RGB value is (199,105,135). Sum of RGB (Red+Green+Blue) = 199+105+135=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C76987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76987 is #389678. Grayscale: #888888. Windows color (decimal): -3708537 or 8874439. OLE color: 8874439.
HSL color Cylindrical-coordinate representation of color #C76987: hue angle of 340.85º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76987 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 135 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.22 |
| HSL | 340.85º | 0.46% | 0.6% | - |
| HSV(B) | 340.85º | 0.47% | 0.78% | - |
| XYZ | 32.98 | 23.99 | 25.81 | - |
| YUV | 136.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 135 | 0 | 0.47 | 0.32 | 0.22 | 340.85 | 0.46 | 0.6 |
| Hex | C7 | 69 | 87 | 0 | 2F | 20 | 16 | 155 | 2E | 3C |
| Octal | 307 | 151 | 207 | 0 | 57 | 40 | 26 | 525 | 56 | 74 |
| Binary | 11000111 | 1101001 | 10000111 | 0 | 101111 | 100000 | 10110 | 101010101 | 101110 | 111100 |
Color Harmonies of #C76987
Complementary color
Monochromatic Colors of #C76987
Black with #C76987
Text Example
Text Example
White with #C76987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76987; }
p { color: rgb(199,105,135); }
H1.HeaderClassName
{
color: #C76987;
}
.AnyTagClassName
{
color: #C76987;
}
</style>
background-color css
<style>
a { background-color: #C76987; }
a { background-color: rgb(199,105,135); }
div.DivClassName
{
background-color: #C76987;
}
.BgClassName
{
background-color: #C76987;
}
</style>
border-color css
<style>
span { border-color: #C76987; }
span { border-color: rgb(199,105,135); }
td.TdClassName
{
border-color: #C76987;
}
.TagClassName
{
border-color: #C76987;
}
</style>