Shades of Hopbush #C8789B
Tints of Hopbush #C8789B
RGB
CMYK
RGB Variations
Color information
#C8789B (or 0xC8789B) is known color: Hopbush. HEX triplet: C8, 78 and 9B. RGB value is (200,120,155). Sum of RGB (Red+Green+Blue) = 200+120+155=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8789B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8789B is #378764. Grayscale: #939393. Windows color (decimal): -3639141 or 10189000. OLE color: 10189000.
HSL color Cylindrical-coordinate representation of color #C8789B: hue angle of 333.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 #C8789B is Cyan = 0, Magento = 0.4, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 155 | - |
| CMYK | 0 | 0.4 | 0.22 | 0.22 |
| HSL | 333.75º | 0.42% | 0.63% | - |
| HSV(B) | 333.75º | 0.4% | 0.78% | - |
| XYZ | 36.45 | 28.08 | 34.51 | - |
| YUV | 147.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 155 | 0 | 0.4 | 0.22 | 0.22 | 333.75 | 0.42 | 0.63 |
| Hex | C8 | 78 | 9B | 0 | 28 | 16 | 16 | 14E | 2A | 3F |
| Octal | 310 | 170 | 233 | 0 | 50 | 26 | 26 | 516 | 52 | 77 |
| Binary | 11001000 | 1111000 | 10011011 | 0 | 101000 | 10110 | 10110 | 101001110 | 101010 | 111111 |
Color Harmonies of #C8789B
Complementary color
Monochromatic Colors of #C8789B
Black with #C8789B
Text Example
Text Example
White with #C8789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8789B; }
p { color: rgb(200,120,155); }
H1.HeaderClassName
{
color: #C8789B;
}
.AnyTagClassName
{
color: #C8789B;
}
</style>
background-color css
<style>
a { background-color: #C8789B; }
a { background-color: rgb(200,120,155); }
div.DivClassName
{
background-color: #C8789B;
}
.BgClassName
{
background-color: #C8789B;
}
</style>
border-color css
<style>
span { border-color: #C8789B; }
span { border-color: rgb(200,120,155); }
td.TdClassName
{
border-color: #C8789B;
}
.TagClassName
{
border-color: #C8789B;
}
</style>