Shades of Hopbush #C8649C
Tints of Hopbush #C8649C
RGB
CMYK
RGB Variations
Color information
#C8649C (or 0xC8649C) is known color: Hopbush. HEX triplet: C8, 64 and 9C. RGB value is (200,100,156). Sum of RGB (Red+Green+Blue) = 200+100+156=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8649C is #379B63. Grayscale: #888888. Windows color (decimal): -3644260 or 10249416. OLE color: 10249416.
HSL color Cylindrical-coordinate representation of color #C8649C: hue angle of 326.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 #C8649C is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 156 | - |
| CMYK | 0 | 0.5 | 0.22 | 0.22 |
| HSL | 326.4º | 0.48% | 0.59% | - |
| HSV(B) | 326.4º | 0.5% | 0.78% | - |
| XYZ | 34.38 | 23.79 | 34.23 | - |
| YUV | 136.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 156 | 0 | 0.5 | 0.22 | 0.22 | 326.4 | 0.48 | 0.59 |
| Hex | C8 | 64 | 9C | 0 | 32 | 16 | 16 | 146 | 30 | 3B |
| Octal | 310 | 144 | 234 | 0 | 62 | 26 | 26 | 506 | 60 | 73 |
| Binary | 11001000 | 1100100 | 10011100 | 0 | 110010 | 10110 | 10110 | 101000110 | 110000 | 111011 |
Color Harmonies of #C8649C
Complementary color
Monochromatic Colors of #C8649C
Black with #C8649C
Text Example
Text Example
White with #C8649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8649C; }
p { color: rgb(200,100,156); }
H1.HeaderClassName
{
color: #C8649C;
}
.AnyTagClassName
{
color: #C8649C;
}
</style>
background-color css
<style>
a { background-color: #C8649C; }
a { background-color: rgb(200,100,156); }
div.DivClassName
{
background-color: #C8649C;
}
.BgClassName
{
background-color: #C8649C;
}
</style>
border-color css
<style>
span { border-color: #C8649C; }
span { border-color: rgb(200,100,156); }
td.TdClassName
{
border-color: #C8649C;
}
.TagClassName
{
border-color: #C8649C;
}
</style>