Shades of Hopbush #C87397
Tints of Hopbush #C87397
RGB
CMYK
RGB Variations
Color information
#C87397 (or 0xC87397) is known color: Hopbush. HEX triplet: C8, 73 and 97. RGB value is (200,115,151). Sum of RGB (Red+Green+Blue) = 200+115+151=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C87397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87397 is #378C68. Grayscale: #909090. Windows color (decimal): -3640425 or 9925576. OLE color: 9925576.
HSL color Cylindrical-coordinate representation of color #C87397: hue angle of 334.59º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C87397 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 151 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.22 |
| HSL | 334.59º | 0.44% | 0.62% | - |
| HSV(B) | 334.59º | 0.43% | 0.78% | - |
| XYZ | 35.54 | 26.78 | 32.57 | - |
| YUV | 144.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 151 | 0 | 0.42 | 0.24 | 0.22 | 334.59 | 0.44 | 0.62 |
| Hex | C8 | 73 | 97 | 0 | 2A | 18 | 16 | 14F | 2C | 3E |
| Octal | 310 | 163 | 227 | 0 | 52 | 30 | 26 | 517 | 54 | 76 |
| Binary | 11001000 | 1110011 | 10010111 | 0 | 101010 | 11000 | 10110 | 101001111 | 101100 | 111110 |
Color Harmonies of #C87397
Complementary color
Monochromatic Colors of #C87397
Black with #C87397
Text Example
Text Example
White with #C87397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87397; }
p { color: rgb(200,115,151); }
H1.HeaderClassName
{
color: #C87397;
}
.AnyTagClassName
{
color: #C87397;
}
</style>
background-color css
<style>
a { background-color: #C87397; }
a { background-color: rgb(200,115,151); }
div.DivClassName
{
background-color: #C87397;
}
.BgClassName
{
background-color: #C87397;
}
</style>
border-color css
<style>
span { border-color: #C87397; }
span { border-color: rgb(200,115,151); }
td.TdClassName
{
border-color: #C87397;
}
.TagClassName
{
border-color: #C87397;
}
</style>