Shades of Hopbush #CB759F
Tints of Hopbush #CB759F
RGB
CMYK
RGB Variations
Color information
#CB759F (or 0xCB759F) is known color: Hopbush. HEX triplet: CB, 75 and 9F. RGB value is (203,117,159). Sum of RGB (Red+Green+Blue) = 203+117+159=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB759F is #348A60. Grayscale: #939393. Windows color (decimal): -3443297 or 10450379. OLE color: 10450379.
HSL color Cylindrical-coordinate representation of color #CB759F: hue angle of 330.7º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB759F is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 159 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.20 |
| HSL | 330.7º | 0.45% | 0.63% | - |
| HSV(B) | 330.7º | 0.42% | 0.8% | - |
| XYZ | 37.25 | 27.92 | 36.23 | - |
| YUV | 147.5 | 134.49 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 159 | 0 | 0.42 | 0.22 | 0.20 | 330.7 | 0.45 | 0.63 |
| Hex | CB | 75 | 9F | 0 | 2A | 16 | 14 | 14B | 2D | 3F |
| Octal | 313 | 165 | 237 | 0 | 52 | 26 | 24 | 513 | 55 | 77 |
| Binary | 11001011 | 1110101 | 10011111 | 0 | 101010 | 10110 | 10100 | 101001011 | 101101 | 111111 |
Color Harmonies of #CB759F
Complementary color
Monochromatic Colors of #CB759F
Black with #CB759F
Text Example
Text Example
White with #CB759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB759F; }
p { color: rgb(203,117,159); }
H1.HeaderClassName
{
color: #CB759F;
}
.AnyTagClassName
{
color: #CB759F;
}
</style>
background-color css
<style>
a { background-color: #CB759F; }
a { background-color: rgb(203,117,159); }
div.DivClassName
{
background-color: #CB759F;
}
.BgClassName
{
background-color: #CB759F;
}
</style>
border-color css
<style>
span { border-color: #CB759F; }
span { border-color: rgb(203,117,159); }
td.TdClassName
{
border-color: #CB759F;
}
.TagClassName
{
border-color: #CB759F;
}
</style>