Shades of Hopbush #CB649C
Tints of Hopbush #CB649C
RGB
CMYK
RGB Variations
Color information
#CB649C (or 0xCB649C) is known color: Hopbush. HEX triplet: CB, 64 and 9C. RGB value is (203,100,156). Sum of RGB (Red+Green+Blue) = 203+100+156=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB649C is #349B63. Grayscale: #898989. Windows color (decimal): -3447652 or 10249419. OLE color: 10249419.
HSL color Cylindrical-coordinate representation of color #CB649C: hue angle of 327.38º 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 #CB649C is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 156 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.20 |
| HSL | 327.38º | 0.5% | 0.59% | - |
| HSV(B) | 327.38º | 0.51% | 0.8% | - |
| XYZ | 35.19 | 24.21 | 34.27 | - |
| YUV | 137.18 | 138.62 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 156 | 0 | 0.51 | 0.23 | 0.20 | 327.38 | 0.5 | 0.59 |
| Hex | CB | 64 | 9C | 0 | 33 | 17 | 14 | 147 | 32 | 3B |
| Octal | 313 | 144 | 234 | 0 | 63 | 27 | 24 | 507 | 62 | 73 |
| Binary | 11001011 | 1100100 | 10011100 | 0 | 110011 | 10111 | 10100 | 101000111 | 110010 | 111011 |
Color Harmonies of #CB649C
Complementary color
Monochromatic Colors of #CB649C
Black with #CB649C
Text Example
Text Example
White with #CB649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB649C; }
p { color: rgb(203,100,156); }
H1.HeaderClassName
{
color: #CB649C;
}
.AnyTagClassName
{
color: #CB649C;
}
</style>
background-color css
<style>
a { background-color: #CB649C; }
a { background-color: rgb(203,100,156); }
div.DivClassName
{
background-color: #CB649C;
}
.BgClassName
{
background-color: #CB649C;
}
</style>
border-color css
<style>
span { border-color: #CB649C; }
span { border-color: rgb(203,100,156); }
td.TdClassName
{
border-color: #CB649C;
}
.TagClassName
{
border-color: #CB649C;
}
</style>