Shades of Hopbush #C8749D
Tints of Hopbush #C8749D
RGB
CMYK
RGB Variations
Color information
#C8749D (or 0xC8749D) is known color: Hopbush. HEX triplet: C8, 74 and 9D. RGB value is (200,116,157). Sum of RGB (Red+Green+Blue) = 200+116+157=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8749D is #378B62. Grayscale: #919191. Windows color (decimal): -3640163 or 10319048. OLE color: 10319048.
HSL color Cylindrical-coordinate representation of color #C8749D: hue angle of 330.71º 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 #C8749D is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 157 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.22 |
| HSL | 330.71º | 0.43% | 0.62% | - |
| HSV(B) | 330.71º | 0.42% | 0.78% | - |
| XYZ | 36.15 | 27.2 | 35.24 | - |
| YUV | 145.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 157 | 0 | 0.42 | 0.22 | 0.22 | 330.71 | 0.43 | 0.62 |
| Hex | C8 | 74 | 9D | 0 | 2A | 16 | 16 | 14B | 2B | 3E |
| Octal | 310 | 164 | 235 | 0 | 52 | 26 | 26 | 513 | 53 | 76 |
| Binary | 11001000 | 1110100 | 10011101 | 0 | 101010 | 10110 | 10110 | 101001011 | 101011 | 111110 |
Color Harmonies of #C8749D
Complementary color
Monochromatic Colors of #C8749D
Black with #C8749D
Text Example
Text Example
White with #C8749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8749D; }
p { color: rgb(200,116,157); }
H1.HeaderClassName
{
color: #C8749D;
}
.AnyTagClassName
{
color: #C8749D;
}
</style>
background-color css
<style>
a { background-color: #C8749D; }
a { background-color: rgb(200,116,157); }
div.DivClassName
{
background-color: #C8749D;
}
.BgClassName
{
background-color: #C8749D;
}
</style>
border-color css
<style>
span { border-color: #C8749D; }
span { border-color: rgb(200,116,157); }
td.TdClassName
{
border-color: #C8749D;
}
.TagClassName
{
border-color: #C8749D;
}
</style>