Shades of Hopbush #C9648B
Tints of Hopbush #C9648B
RGB
CMYK
RGB Variations
Color information
#C9648B (or 0xC9648B) is known color: Hopbush. HEX triplet: C9, 64 and 8B. RGB value is (201,100,139). Sum of RGB (Red+Green+Blue) = 201+100+139=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9648B is #369B74. Grayscale: #868686. Windows color (decimal): -3578741 or 9135305. OLE color: 9135305.
HSL color Cylindrical-coordinate representation of color #C9648B: hue angle of 336.83º 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 #C9648B is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 139 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.21 |
| HSL | 336.83º | 0.48% | 0.59% | - |
| HSV(B) | 336.83º | 0.5% | 0.79% | - |
| XYZ | 33.3 | 23.4 | 27.19 | - |
| YUV | 134.65 | 130.46 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 139 | 0 | 0.50 | 0.31 | 0.21 | 336.83 | 0.48 | 0.59 |
| Hex | C9 | 64 | 8B | 0 | 32 | 1F | 15 | 151 | 30 | 3B |
| Octal | 311 | 144 | 213 | 0 | 62 | 37 | 25 | 521 | 60 | 73 |
| Binary | 11001001 | 1100100 | 10001011 | 0 | 110010 | 11111 | 10101 | 101010001 | 110000 | 111011 |
Color Harmonies of #C9648B
Complementary color
Monochromatic Colors of #C9648B
Black with #C9648B
Text Example
Text Example
White with #C9648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9648B; }
p { color: rgb(201,100,139); }
H1.HeaderClassName
{
color: #C9648B;
}
.AnyTagClassName
{
color: #C9648B;
}
</style>
background-color css
<style>
a { background-color: #C9648B; }
a { background-color: rgb(201,100,139); }
div.DivClassName
{
background-color: #C9648B;
}
.BgClassName
{
background-color: #C9648B;
}
</style>
border-color css
<style>
span { border-color: #C9648B; }
span { border-color: rgb(201,100,139); }
td.TdClassName
{
border-color: #C9648B;
}
.TagClassName
{
border-color: #C9648B;
}
</style>