Shades of Hopbush #C87794
Tints of Hopbush #C87794
RGB
CMYK
RGB Variations
Color information
#C87794 (or 0xC87794) is known color: Hopbush. HEX triplet: C8, 77 and 94. RGB value is (200,119,148). Sum of RGB (Red+Green+Blue) = 200+119+148=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C87794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87794 is #37886B. Grayscale: #929292. Windows color (decimal): -3639404 or 9729992. OLE color: 9729992.
HSL color Cylindrical-coordinate representation of color #C87794: hue angle of 338.52º 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 #C87794 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 148 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.22 |
| HSL | 338.52º | 0.42% | 0.63% | - |
| HSV(B) | 338.52º | 0.41% | 0.78% | - |
| XYZ | 35.76 | 27.61 | 31.46 | - |
| YUV | 146.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 148 | 0 | 0.40 | 0.26 | 0.22 | 338.52 | 0.42 | 0.63 |
| Hex | C8 | 77 | 94 | 0 | 28 | 1A | 16 | 153 | 2A | 3F |
| Octal | 310 | 167 | 224 | 0 | 50 | 32 | 26 | 523 | 52 | 77 |
| Binary | 11001000 | 1110111 | 10010100 | 0 | 101000 | 11010 | 10110 | 101010011 | 101010 | 111111 |
Color Harmonies of #C87794
Complementary color
Monochromatic Colors of #C87794
Black with #C87794
Text Example
Text Example
White with #C87794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87794; }
p { color: rgb(200,119,148); }
H1.HeaderClassName
{
color: #C87794;
}
.AnyTagClassName
{
color: #C87794;
}
</style>
background-color css
<style>
a { background-color: #C87794; }
a { background-color: rgb(200,119,148); }
div.DivClassName
{
background-color: #C87794;
}
.BgClassName
{
background-color: #C87794;
}
</style>
border-color css
<style>
span { border-color: #C87794; }
span { border-color: rgb(200,119,148); }
td.TdClassName
{
border-color: #C87794;
}
.TagClassName
{
border-color: #C87794;
}
</style>