Shades of Hopbush #C9649D
Tints of Hopbush #C9649D
RGB
CMYK
RGB Variations
Color information
#C9649D (or 0xC9649D) is known color: Hopbush. HEX triplet: C9, 64 and 9D. RGB value is (201,100,157). Sum of RGB (Red+Green+Blue) = 201+100+157=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C9649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9649D is #369B62. Grayscale: #888888. Windows color (decimal): -3578723 or 10314953. OLE color: 10314953.
HSL color Cylindrical-coordinate representation of color #C9649D: hue angle of 326.14º 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 #C9649D is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 157 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.21 |
| HSL | 326.14º | 0.48% | 0.59% | - |
| HSV(B) | 326.14º | 0.5% | 0.79% | - |
| XYZ | 34.73 | 23.97 | 34.69 | - |
| YUV | 136.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 157 | 0 | 0.50 | 0.22 | 0.21 | 326.14 | 0.48 | 0.59 |
| Hex | C9 | 64 | 9D | 0 | 32 | 16 | 15 | 146 | 30 | 3B |
| Octal | 311 | 144 | 235 | 0 | 62 | 26 | 25 | 506 | 60 | 73 |
| Binary | 11001001 | 1100100 | 10011101 | 0 | 110010 | 10110 | 10101 | 101000110 | 110000 | 111011 |
Color Harmonies of #C9649D
Complementary color
Monochromatic Colors of #C9649D
Black with #C9649D
Text Example
Text Example
White with #C9649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9649D; }
p { color: rgb(201,100,157); }
H1.HeaderClassName
{
color: #C9649D;
}
.AnyTagClassName
{
color: #C9649D;
}
</style>
background-color css
<style>
a { background-color: #C9649D; }
a { background-color: rgb(201,100,157); }
div.DivClassName
{
background-color: #C9649D;
}
.BgClassName
{
background-color: #C9649D;
}
</style>
border-color css
<style>
span { border-color: #C9649D; }
span { border-color: rgb(201,100,157); }
td.TdClassName
{
border-color: #C9649D;
}
.TagClassName
{
border-color: #C9649D;
}
</style>