Shades of Hopbush #CB7291
Tints of Hopbush #CB7291
RGB
CMYK
RGB Variations
Color information
#CB7291 (or 0xCB7291) is known color: Hopbush. HEX triplet: CB, 72 and 91. RGB value is (203,114,145). Sum of RGB (Red+Green+Blue) = 203+114+145=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7291 is #348D6E. Grayscale: #909090. Windows color (decimal): -3444079 or 9532107. OLE color: 9532107.
HSL color Cylindrical-coordinate representation of color #CB7291: hue angle of 339.1º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7291 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 145 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.20 |
| HSL | 339.1º | 0.46% | 0.62% | - |
| HSV(B) | 339.1º | 0.44% | 0.8% | - |
| XYZ | 35.76 | 26.78 | 30.07 | - |
| YUV | 144.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 145 | 0 | 0.44 | 0.29 | 0.20 | 339.1 | 0.46 | 0.62 |
| Hex | CB | 72 | 91 | 0 | 2C | 1D | 14 | 153 | 2E | 3E |
| Octal | 313 | 162 | 221 | 0 | 54 | 35 | 24 | 523 | 56 | 76 |
| Binary | 11001011 | 1110010 | 10010001 | 0 | 101100 | 11101 | 10100 | 101010011 | 101110 | 111110 |
Color Harmonies of #CB7291
Complementary color
Monochromatic Colors of #CB7291
Black with #CB7291
Text Example
Text Example
White with #CB7291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7291; }
p { color: rgb(203,114,145); }
H1.HeaderClassName
{
color: #CB7291;
}
.AnyTagClassName
{
color: #CB7291;
}
</style>
background-color css
<style>
a { background-color: #CB7291; }
a { background-color: rgb(203,114,145); }
div.DivClassName
{
background-color: #CB7291;
}
.BgClassName
{
background-color: #CB7291;
}
</style>
border-color css
<style>
span { border-color: #CB7291; }
span { border-color: rgb(203,114,145); }
td.TdClassName
{
border-color: #CB7291;
}
.TagClassName
{
border-color: #CB7291;
}
</style>