Shades of Hopbush #C87893
Tints of Hopbush #C87893
RGB
CMYK
RGB Variations
Color information
#C87893 (or 0xC87893) is known color: Hopbush. HEX triplet: C8, 78 and 93. RGB value is (200,120,147). Sum of RGB (Red+Green+Blue) = 200+120+147=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C87893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87893 is #37876C. Grayscale: #929292. Windows color (decimal): -3639149 or 9664712. OLE color: 9664712.
HSL color Cylindrical-coordinate representation of color #C87893: hue angle of 339.75º 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 #C87893 is Cyan = 0, Magento = 0.4, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 147 | - |
| CMYK | 0 | 0.4 | 0.26 | 0.22 |
| HSL | 339.75º | 0.42% | 0.63% | - |
| HSV(B) | 339.75º | 0.4% | 0.78% | - |
| XYZ | 35.8 | 27.82 | 31.09 | - |
| YUV | 147 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 147 | 0 | 0.4 | 0.26 | 0.22 | 339.75 | 0.42 | 0.63 |
| Hex | C8 | 78 | 93 | 0 | 28 | 1A | 16 | 154 | 2A | 3F |
| Octal | 310 | 170 | 223 | 0 | 50 | 32 | 26 | 524 | 52 | 77 |
| Binary | 11001000 | 1111000 | 10010011 | 0 | 101000 | 11010 | 10110 | 101010100 | 101010 | 111111 |
Color Harmonies of #C87893
Complementary color
Monochromatic Colors of #C87893
Black with #C87893
Text Example
Text Example
White with #C87893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87893; }
p { color: rgb(200,120,147); }
H1.HeaderClassName
{
color: #C87893;
}
.AnyTagClassName
{
color: #C87893;
}
</style>
background-color css
<style>
a { background-color: #C87893; }
a { background-color: rgb(200,120,147); }
div.DivClassName
{
background-color: #C87893;
}
.BgClassName
{
background-color: #C87893;
}
</style>
border-color css
<style>
span { border-color: #C87893; }
span { border-color: rgb(200,120,147); }
td.TdClassName
{
border-color: #C87893;
}
.TagClassName
{
border-color: #C87893;
}
</style>