Shades of Hopbush #C8648D
Tints of Hopbush #C8648D
RGB
CMYK
RGB Variations
Color information
#C8648D (or 0xC8648D) is known color: Hopbush. HEX triplet: C8, 64 and 8D. RGB value is (200,100,141). Sum of RGB (Red+Green+Blue) = 200+100+141=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8648D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8648D is #379B72. Grayscale: #868686. Windows color (decimal): -3644275 or 9266376. OLE color: 9266376.
HSL color Cylindrical-coordinate representation of color #C8648D: hue angle of 335.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8648D is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 141 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.22 |
| HSL | 335.4º | 0.48% | 0.59% | - |
| HSV(B) | 335.4º | 0.5% | 0.78% | - |
| XYZ | 33.18 | 23.32 | 27.95 | - |
| YUV | 134.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 141 | 0 | 0.5 | 0.29 | 0.22 | 335.4 | 0.48 | 0.59 |
| Hex | C8 | 64 | 8D | 0 | 32 | 1D | 16 | 14F | 30 | 3B |
| Octal | 310 | 144 | 215 | 0 | 62 | 35 | 26 | 517 | 60 | 73 |
| Binary | 11001000 | 1100100 | 10001101 | 0 | 110010 | 11101 | 10110 | 101001111 | 110000 | 111011 |
Color Harmonies of #C8648D
Complementary color
Monochromatic Colors of #C8648D
Black with #C8648D
Text Example
Text Example
White with #C8648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8648D; }
p { color: rgb(200,100,141); }
H1.HeaderClassName
{
color: #C8648D;
}
.AnyTagClassName
{
color: #C8648D;
}
</style>
background-color css
<style>
a { background-color: #C8648D; }
a { background-color: rgb(200,100,141); }
div.DivClassName
{
background-color: #C8648D;
}
.BgClassName
{
background-color: #C8648D;
}
</style>
border-color css
<style>
span { border-color: #C8648D; }
span { border-color: rgb(200,100,141); }
td.TdClassName
{
border-color: #C8648D;
}
.TagClassName
{
border-color: #C8648D;
}
</style>