Shades of Hopbush #C8759D
Tints of Hopbush #C8759D
RGB
CMYK
RGB Variations
Color information
#C8759D (or 0xC8759D) is known color: Hopbush. HEX triplet: C8, 75 and 9D. RGB value is (200,117,157). Sum of RGB (Red+Green+Blue) = 200+117+157=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8759D is #378A62. Grayscale: #929292. Windows color (decimal): -3639907 or 10319304. OLE color: 10319304.
HSL color Cylindrical-coordinate representation of color #C8759D: hue angle of 331.08º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8759D is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 157 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.22 |
| HSL | 331.08º | 0.43% | 0.62% | - |
| HSV(B) | 331.08º | 0.42% | 0.78% | - |
| XYZ | 36.27 | 27.44 | 35.28 | - |
| YUV | 146.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 157 | 0 | 0.42 | 0.22 | 0.22 | 331.08 | 0.43 | 0.62 |
| Hex | C8 | 75 | 9D | 0 | 2A | 16 | 16 | 14B | 2B | 3E |
| Octal | 310 | 165 | 235 | 0 | 52 | 26 | 26 | 513 | 53 | 76 |
| Binary | 11001000 | 1110101 | 10011101 | 0 | 101010 | 10110 | 10110 | 101001011 | 101011 | 111110 |
Color Harmonies of #C8759D
Complementary color
Monochromatic Colors of #C8759D
Black with #C8759D
Text Example
Text Example
White with #C8759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8759D; }
p { color: rgb(200,117,157); }
H1.HeaderClassName
{
color: #C8759D;
}
.AnyTagClassName
{
color: #C8759D;
}
</style>
background-color css
<style>
a { background-color: #C8759D; }
a { background-color: rgb(200,117,157); }
div.DivClassName
{
background-color: #C8759D;
}
.BgClassName
{
background-color: #C8759D;
}
</style>
border-color css
<style>
span { border-color: #C8759D; }
span { border-color: rgb(200,117,157); }
td.TdClassName
{
border-color: #C8759D;
}
.TagClassName
{
border-color: #C8759D;
}
</style>