Shades of Hopbush #C87996
Tints of Hopbush #C87996
RGB
CMYK
RGB Variations
Color information
#C87996 (or 0xC87996) is known color: Hopbush. HEX triplet: C8, 79 and 96. RGB value is (200,121,150). Sum of RGB (Red+Green+Blue) = 200+121+150=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C87996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87996 is #378669. Grayscale: #939393. Windows color (decimal): -3638890 or 9861576. OLE color: 9861576.
HSL color Cylindrical-coordinate representation of color #C87996: hue angle of 337.97º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87996 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 150 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.22 |
| HSL | 337.97º | 0.42% | 0.63% | - |
| HSV(B) | 337.97º | 0.4% | 0.78% | - |
| XYZ | 36.16 | 28.16 | 32.38 | - |
| YUV | 147.93 | 129.17 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 150 | 0 | 0.39 | 0.25 | 0.22 | 337.97 | 0.42 | 0.63 |
| Hex | C8 | 79 | 96 | 0 | 27 | 19 | 16 | 152 | 2A | 3F |
| Octal | 310 | 171 | 226 | 0 | 47 | 31 | 26 | 522 | 52 | 77 |
| Binary | 11001000 | 1111001 | 10010110 | 0 | 100111 | 11001 | 10110 | 101010010 | 101010 | 111111 |
Color Harmonies of #C87996
Complementary color
Monochromatic Colors of #C87996
Black with #C87996
Text Example
Text Example
White with #C87996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87996; }
p { color: rgb(200,121,150); }
H1.HeaderClassName
{
color: #C87996;
}
.AnyTagClassName
{
color: #C87996;
}
</style>
background-color css
<style>
a { background-color: #C87996; }
a { background-color: rgb(200,121,150); }
div.DivClassName
{
background-color: #C87996;
}
.BgClassName
{
background-color: #C87996;
}
</style>
border-color css
<style>
span { border-color: #C87996; }
span { border-color: rgb(200,121,150); }
td.TdClassName
{
border-color: #C87996;
}
.TagClassName
{
border-color: #C87996;
}
</style>