Shades of Hopbush #CB749D
Tints of Hopbush #CB749D
RGB
CMYK
RGB Variations
Color information
#CB749D (or 0xCB749D) is known color: Hopbush. HEX triplet: CB, 74 and 9D. RGB value is (203,116,157). Sum of RGB (Red+Green+Blue) = 203+116+157=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB749D is #348B62. Grayscale: #929292. Windows color (decimal): -3443555 or 10319051. OLE color: 10319051.
HSL color Cylindrical-coordinate representation of color #CB749D: hue angle of 331.72º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB749D is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 157 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.20 |
| HSL | 331.72º | 0.46% | 0.63% | - |
| HSV(B) | 331.72º | 0.43% | 0.8% | - |
| XYZ | 36.96 | 27.62 | 35.28 | - |
| YUV | 146.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 157 | 0 | 0.43 | 0.23 | 0.20 | 331.72 | 0.46 | 0.63 |
| Hex | CB | 74 | 9D | 0 | 2B | 17 | 14 | 14C | 2E | 3F |
| Octal | 313 | 164 | 235 | 0 | 53 | 27 | 24 | 514 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10011101 | 0 | 101011 | 10111 | 10100 | 101001100 | 101110 | 111111 |
Color Harmonies of #CB749D
Complementary color
Monochromatic Colors of #CB749D
Black with #CB749D
Text Example
Text Example
White with #CB749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB749D; }
p { color: rgb(203,116,157); }
H1.HeaderClassName
{
color: #CB749D;
}
.AnyTagClassName
{
color: #CB749D;
}
</style>
background-color css
<style>
a { background-color: #CB749D; }
a { background-color: rgb(203,116,157); }
div.DivClassName
{
background-color: #CB749D;
}
.BgClassName
{
background-color: #CB749D;
}
</style>
border-color css
<style>
span { border-color: #CB749D; }
span { border-color: rgb(203,116,157); }
td.TdClassName
{
border-color: #CB749D;
}
.TagClassName
{
border-color: #CB749D;
}
</style>