Shades of Hopbush #C9649F
Tints of Hopbush #C9649F
RGB
CMYK
RGB Variations
Color information
#C9649F (or 0xC9649F) is known color: Hopbush. HEX triplet: C9, 64 and 9F. RGB value is (201,100,159). Sum of RGB (Red+Green+Blue) = 201+100+159=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9649F is #369B60. Grayscale: #888888. Windows color (decimal): -3578721 or 10446025. OLE color: 10446025.
HSL color Cylindrical-coordinate representation of color #C9649F: hue angle of 324.95º 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 #C9649F is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 159 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.21 |
| HSL | 324.95º | 0.48% | 0.59% | - |
| HSV(B) | 324.95º | 0.5% | 0.79% | - |
| XYZ | 34.9 | 24.04 | 35.6 | - |
| YUV | 136.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 159 | 0 | 0.50 | 0.21 | 0.21 | 324.95 | 0.48 | 0.59 |
| Hex | C9 | 64 | 9F | 0 | 32 | 15 | 15 | 145 | 30 | 3B |
| Octal | 311 | 144 | 237 | 0 | 62 | 25 | 25 | 505 | 60 | 73 |
| Binary | 11001001 | 1100100 | 10011111 | 0 | 110010 | 10101 | 10101 | 101000101 | 110000 | 111011 |
Color Harmonies of #C9649F
Complementary color
Monochromatic Colors of #C9649F
Black with #C9649F
Text Example
Text Example
White with #C9649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9649F; }
p { color: rgb(201,100,159); }
H1.HeaderClassName
{
color: #C9649F;
}
.AnyTagClassName
{
color: #C9649F;
}
</style>
background-color css
<style>
a { background-color: #C9649F; }
a { background-color: rgb(201,100,159); }
div.DivClassName
{
background-color: #C9649F;
}
.BgClassName
{
background-color: #C9649F;
}
</style>
border-color css
<style>
span { border-color: #C9649F; }
span { border-color: rgb(201,100,159); }
td.TdClassName
{
border-color: #C9649F;
}
.TagClassName
{
border-color: #C9649F;
}
</style>