Shades of Hopbush #CB649F
Tints of Hopbush #CB649F
RGB
CMYK
RGB Variations
Color information
#CB649F (or 0xCB649F) is known color: Hopbush. HEX triplet: CB, 64 and 9F. RGB value is (203,100,159). Sum of RGB (Red+Green+Blue) = 203+100+159=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB649F is #349B60. Grayscale: #898989. Windows color (decimal): -3447649 or 10446027. OLE color: 10446027.
HSL color Cylindrical-coordinate representation of color #CB649F: hue angle of 325.63º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB649F is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 159 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.20 |
| HSL | 325.63º | 0.5% | 0.59% | - |
| HSV(B) | 325.63º | 0.51% | 0.8% | - |
| XYZ | 35.44 | 24.31 | 35.63 | - |
| YUV | 137.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 159 | 0 | 0.51 | 0.22 | 0.20 | 325.63 | 0.5 | 0.59 |
| Hex | CB | 64 | 9F | 0 | 33 | 16 | 14 | 146 | 32 | 3B |
| Octal | 313 | 144 | 237 | 0 | 63 | 26 | 24 | 506 | 62 | 73 |
| Binary | 11001011 | 1100100 | 10011111 | 0 | 110011 | 10110 | 10100 | 101000110 | 110010 | 111011 |
Color Harmonies of #CB649F
Complementary color
Monochromatic Colors of #CB649F
Black with #CB649F
Text Example
Text Example
White with #CB649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB649F; }
p { color: rgb(203,100,159); }
H1.HeaderClassName
{
color: #CB649F;
}
.AnyTagClassName
{
color: #CB649F;
}
</style>
background-color css
<style>
a { background-color: #CB649F; }
a { background-color: rgb(203,100,159); }
div.DivClassName
{
background-color: #CB649F;
}
.BgClassName
{
background-color: #CB649F;
}
</style>
border-color css
<style>
span { border-color: #CB649F; }
span { border-color: rgb(203,100,159); }
td.TdClassName
{
border-color: #CB649F;
}
.TagClassName
{
border-color: #CB649F;
}
</style>