Shades of Hopbush #C87196
Tints of Hopbush #C87196
RGB
CMYK
RGB Variations
Color information
#C87196 (or 0xC87196) is known color: Hopbush. HEX triplet: C8, 71 and 96. RGB value is (200,113,150). Sum of RGB (Red+Green+Blue) = 200+113+150=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C87196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87196 is #378E69. Grayscale: #8F8F8F. Windows color (decimal): -3640938 or 9859528. OLE color: 9859528.
HSL color Cylindrical-coordinate representation of color #C87196: hue angle of 334.48º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87196 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 150 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.22 |
| HSL | 334.48º | 0.44% | 0.61% | - |
| HSV(B) | 334.48º | 0.44% | 0.78% | - |
| XYZ | 35.23 | 26.29 | 32.07 | - |
| YUV | 143.23 | 131.82 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 150 | 0 | 0.44 | 0.25 | 0.22 | 334.48 | 0.44 | 0.61 |
| Hex | C8 | 71 | 96 | 0 | 2C | 19 | 16 | 14E | 2C | 3D |
| Octal | 310 | 161 | 226 | 0 | 54 | 31 | 26 | 516 | 54 | 75 |
| Binary | 11001000 | 1110001 | 10010110 | 0 | 101100 | 11001 | 10110 | 101001110 | 101100 | 111101 |
Color Harmonies of #C87196
Complementary color
Monochromatic Colors of #C87196
Black with #C87196
Text Example
Text Example
White with #C87196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87196; }
p { color: rgb(200,113,150); }
H1.HeaderClassName
{
color: #C87196;
}
.AnyTagClassName
{
color: #C87196;
}
</style>
background-color css
<style>
a { background-color: #C87196; }
a { background-color: rgb(200,113,150); }
div.DivClassName
{
background-color: #C87196;
}
.BgClassName
{
background-color: #C87196;
}
</style>
border-color css
<style>
span { border-color: #C87196; }
span { border-color: rgb(200,113,150); }
td.TdClassName
{
border-color: #C87196;
}
.TagClassName
{
border-color: #C87196;
}
</style>