Shades of Hopbush #C87798
Tints of Hopbush #C87798
RGB
CMYK
RGB Variations
Color information
#C87798 (or 0xC87798) is known color: Hopbush. HEX triplet: C8, 77 and 98. RGB value is (200,119,152). Sum of RGB (Red+Green+Blue) = 200+119+152=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C87798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87798 is #378867. Grayscale: #929292. Windows color (decimal): -3639400 or 9992136. OLE color: 9992136.
HSL color Cylindrical-coordinate representation of color #C87798: hue angle of 335.56º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87798 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 152 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.22 |
| HSL | 335.56º | 0.42% | 0.63% | - |
| HSV(B) | 335.56º | 0.41% | 0.78% | - |
| XYZ | 36.08 | 27.74 | 33.16 | - |
| YUV | 146.98 | 130.84 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 152 | 0 | 0.40 | 0.24 | 0.22 | 335.56 | 0.42 | 0.63 |
| Hex | C8 | 77 | 98 | 0 | 28 | 18 | 16 | 150 | 2A | 3F |
| Octal | 310 | 167 | 230 | 0 | 50 | 30 | 26 | 520 | 52 | 77 |
| Binary | 11001000 | 1110111 | 10011000 | 0 | 101000 | 11000 | 10110 | 101010000 | 101010 | 111111 |
Color Harmonies of #C87798
Complementary color
Monochromatic Colors of #C87798
Black with #C87798
Text Example
Text Example
White with #C87798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87798; }
p { color: rgb(200,119,152); }
H1.HeaderClassName
{
color: #C87798;
}
.AnyTagClassName
{
color: #C87798;
}
</style>
background-color css
<style>
a { background-color: #C87798; }
a { background-color: rgb(200,119,152); }
div.DivClassName
{
background-color: #C87798;
}
.BgClassName
{
background-color: #C87798;
}
</style>
border-color css
<style>
span { border-color: #C87798; }
span { border-color: rgb(200,119,152); }
td.TdClassName
{
border-color: #C87798;
}
.TagClassName
{
border-color: #C87798;
}
</style>