Shades of Hopbush #C9649C
Tints of Hopbush #C9649C
RGB
CMYK
RGB Variations
Color information
#C9649C (or 0xC9649C) is known color: Hopbush. HEX triplet: C9, 64 and 9C. RGB value is (201,100,156). Sum of RGB (Red+Green+Blue) = 201+100+156=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C9649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9649C is #369B63. Grayscale: #888888. Windows color (decimal): -3578724 or 10249417. OLE color: 10249417.
HSL color Cylindrical-coordinate representation of color #C9649C: hue angle of 326.73º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9649C is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 156 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.21 |
| HSL | 326.73º | 0.48% | 0.59% | - |
| HSV(B) | 326.73º | 0.5% | 0.79% | - |
| XYZ | 34.65 | 23.93 | 34.25 | - |
| YUV | 136.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 156 | 0 | 0.50 | 0.22 | 0.21 | 326.73 | 0.48 | 0.59 |
| Hex | C9 | 64 | 9C | 0 | 32 | 16 | 15 | 147 | 30 | 3B |
| Octal | 311 | 144 | 234 | 0 | 62 | 26 | 25 | 507 | 60 | 73 |
| Binary | 11001001 | 1100100 | 10011100 | 0 | 110010 | 10110 | 10101 | 101000111 | 110000 | 111011 |
Color Harmonies of #C9649C
Complementary color
Monochromatic Colors of #C9649C
Black with #C9649C
Text Example
Text Example
White with #C9649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9649C; }
p { color: rgb(201,100,156); }
H1.HeaderClassName
{
color: #C9649C;
}
.AnyTagClassName
{
color: #C9649C;
}
</style>
background-color css
<style>
a { background-color: #C9649C; }
a { background-color: rgb(201,100,156); }
div.DivClassName
{
background-color: #C9649C;
}
.BgClassName
{
background-color: #C9649C;
}
</style>
border-color css
<style>
span { border-color: #C9649C; }
span { border-color: rgb(201,100,156); }
td.TdClassName
{
border-color: #C9649C;
}
.TagClassName
{
border-color: #C9649C;
}
</style>