Shades of Hopbush #C8789A
Tints of Hopbush #C8789A
RGB
CMYK
RGB Variations
Color information
#C8789A (or 0xC8789A) is known color: Hopbush. HEX triplet: C8, 78 and 9A. RGB value is (200,120,154). Sum of RGB (Red+Green+Blue) = 200+120+154=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8789A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8789A is #378765. Grayscale: #939393. Windows color (decimal): -3639142 or 10123464. OLE color: 10123464.
HSL color Cylindrical-coordinate representation of color #C8789A: hue angle of 334.5º 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 #C8789A is Cyan = 0, Magento = 0.4, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 154 | - |
| CMYK | 0 | 0.4 | 0.23 | 0.22 |
| HSL | 334.5º | 0.42% | 0.63% | - |
| HSV(B) | 334.5º | 0.4% | 0.78% | - |
| XYZ | 36.37 | 28.05 | 34.07 | - |
| YUV | 147.8 | 131.5 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 154 | 0 | 0.4 | 0.23 | 0.22 | 334.5 | 0.42 | 0.63 |
| Hex | C8 | 78 | 9A | 0 | 28 | 17 | 16 | 14E | 2A | 3F |
| Octal | 310 | 170 | 232 | 0 | 50 | 27 | 26 | 516 | 52 | 77 |
| Binary | 11001000 | 1111000 | 10011010 | 0 | 101000 | 10111 | 10110 | 101001110 | 101010 | 111111 |
Color Harmonies of #C8789A
Complementary color
Monochromatic Colors of #C8789A
Black with #C8789A
Text Example
Text Example
White with #C8789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8789A; }
p { color: rgb(200,120,154); }
H1.HeaderClassName
{
color: #C8789A;
}
.AnyTagClassName
{
color: #C8789A;
}
</style>
background-color css
<style>
a { background-color: #C8789A; }
a { background-color: rgb(200,120,154); }
div.DivClassName
{
background-color: #C8789A;
}
.BgClassName
{
background-color: #C8789A;
}
</style>
border-color css
<style>
span { border-color: #C8789A; }
span { border-color: rgb(200,120,154); }
td.TdClassName
{
border-color: #C8789A;
}
.TagClassName
{
border-color: #C8789A;
}
</style>