Shades of Hopbush #CB649D
Tints of Hopbush #CB649D
RGB
CMYK
RGB Variations
Color information
#CB649D (or 0xCB649D) is known color: Hopbush. HEX triplet: CB, 64 and 9D. RGB value is (203,100,157). Sum of RGB (Red+Green+Blue) = 203+100+157=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB649D is #349B62. Grayscale: #898989. Windows color (decimal): -3447651 or 10314955. OLE color: 10314955.
HSL color Cylindrical-coordinate representation of color #CB649D: hue angle of 326.8º 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 #CB649D is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 157 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.20 |
| HSL | 326.8º | 0.5% | 0.59% | - |
| HSV(B) | 326.8º | 0.51% | 0.8% | - |
| XYZ | 35.27 | 24.25 | 34.72 | - |
| YUV | 137.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 157 | 0 | 0.51 | 0.23 | 0.20 | 326.8 | 0.5 | 0.59 |
| Hex | CB | 64 | 9D | 0 | 33 | 17 | 14 | 147 | 32 | 3B |
| Octal | 313 | 144 | 235 | 0 | 63 | 27 | 24 | 507 | 62 | 73 |
| Binary | 11001011 | 1100100 | 10011101 | 0 | 110011 | 10111 | 10100 | 101000111 | 110010 | 111011 |
Color Harmonies of #CB649D
Complementary color
Monochromatic Colors of #CB649D
Black with #CB649D
Text Example
Text Example
White with #CB649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB649D; }
p { color: rgb(203,100,157); }
H1.HeaderClassName
{
color: #CB649D;
}
.AnyTagClassName
{
color: #CB649D;
}
</style>
background-color css
<style>
a { background-color: #CB649D; }
a { background-color: rgb(203,100,157); }
div.DivClassName
{
background-color: #CB649D;
}
.BgClassName
{
background-color: #CB649D;
}
</style>
border-color css
<style>
span { border-color: #CB649D; }
span { border-color: rgb(203,100,157); }
td.TdClassName
{
border-color: #CB649D;
}
.TagClassName
{
border-color: #CB649D;
}
</style>