Shades of Hopbush #C87695
Tints of Hopbush #C87695
RGB
CMYK
RGB Variations
Color information
#C87695 (or 0xC87695) is known color: Hopbush. HEX triplet: C8, 76 and 95. RGB value is (200,118,149). Sum of RGB (Red+Green+Blue) = 200+118+149=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C87695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87695 is #37896A. Grayscale: #929292. Windows color (decimal): -3639659 or 9795272. OLE color: 9795272.
HSL color Cylindrical-coordinate representation of color #C87695: hue angle of 337.32º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C87695 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 149 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.22 |
| HSL | 337.32º | 0.43% | 0.62% | - |
| HSV(B) | 337.32º | 0.41% | 0.78% | - |
| XYZ | 35.72 | 27.41 | 31.84 | - |
| YUV | 146.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 149 | 0 | 0.41 | 0.26 | 0.22 | 337.32 | 0.43 | 0.62 |
| Hex | C8 | 76 | 95 | 0 | 29 | 1A | 16 | 151 | 2B | 3E |
| Octal | 310 | 166 | 225 | 0 | 51 | 32 | 26 | 521 | 53 | 76 |
| Binary | 11001000 | 1110110 | 10010101 | 0 | 101001 | 11010 | 10110 | 101010001 | 101011 | 111110 |
Color Harmonies of #C87695
Complementary color
Monochromatic Colors of #C87695
Black with #C87695
Text Example
Text Example
White with #C87695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87695; }
p { color: rgb(200,118,149); }
H1.HeaderClassName
{
color: #C87695;
}
.AnyTagClassName
{
color: #C87695;
}
</style>
background-color css
<style>
a { background-color: #C87695; }
a { background-color: rgb(200,118,149); }
div.DivClassName
{
background-color: #C87695;
}
.BgClassName
{
background-color: #C87695;
}
</style>
border-color css
<style>
span { border-color: #C87695; }
span { border-color: rgb(200,118,149); }
td.TdClassName
{
border-color: #C87695;
}
.TagClassName
{
border-color: #C87695;
}
</style>