Shades of Hopbush #C87199
Tints of Hopbush #C87199
RGB
CMYK
RGB Variations
Color information
#C87199 (or 0xC87199) is known color: Hopbush. HEX triplet: C8, 71 and 99. RGB value is (200,113,153). Sum of RGB (Red+Green+Blue) = 200+113+153=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C87199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87199 is #378E66. Grayscale: #8F8F8F. Windows color (decimal): -3640935 or 10056136. OLE color: 10056136.
HSL color Cylindrical-coordinate representation of color #C87199: hue angle of 332.41º 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 #C87199 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 153 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.22 |
| HSL | 332.41º | 0.44% | 0.61% | - |
| HSV(B) | 332.41º | 0.44% | 0.78% | - |
| XYZ | 35.47 | 26.39 | 33.36 | - |
| YUV | 143.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 153 | 0 | 0.44 | 0.24 | 0.22 | 332.41 | 0.44 | 0.61 |
| Hex | C8 | 71 | 99 | 0 | 2C | 18 | 16 | 14C | 2C | 3D |
| Octal | 310 | 161 | 231 | 0 | 54 | 30 | 26 | 514 | 54 | 75 |
| Binary | 11001000 | 1110001 | 10011001 | 0 | 101100 | 11000 | 10110 | 101001100 | 101100 | 111101 |
Color Harmonies of #C87199
Complementary color
Monochromatic Colors of #C87199
Black with #C87199
Text Example
Text Example
White with #C87199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87199; }
p { color: rgb(200,113,153); }
H1.HeaderClassName
{
color: #C87199;
}
.AnyTagClassName
{
color: #C87199;
}
</style>
background-color css
<style>
a { background-color: #C87199; }
a { background-color: rgb(200,113,153); }
div.DivClassName
{
background-color: #C87199;
}
.BgClassName
{
background-color: #C87199;
}
</style>
border-color css
<style>
span { border-color: #C87199; }
span { border-color: rgb(200,113,153); }
td.TdClassName
{
border-color: #C87199;
}
.TagClassName
{
border-color: #C87199;
}
</style>