Shades of Hopbush #CB7294
Tints of Hopbush #CB7294
RGB
CMYK
RGB Variations
Color information
#CB7294 (or 0xCB7294) is known color: Hopbush. HEX triplet: CB, 72 and 94. RGB value is (203,114,148). Sum of RGB (Red+Green+Blue) = 203+114+148=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7294 is #348D6B. Grayscale: #909090. Windows color (decimal): -3444076 or 9728715. OLE color: 9728715.
HSL color Cylindrical-coordinate representation of color #CB7294: hue angle of 337.08º 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 #CB7294 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 148 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.20 |
| HSL | 337.08º | 0.46% | 0.62% | - |
| HSV(B) | 337.08º | 0.44% | 0.8% | - |
| XYZ | 35.99 | 26.87 | 31.31 | - |
| YUV | 144.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 148 | 0 | 0.44 | 0.27 | 0.20 | 337.08 | 0.46 | 0.62 |
| Hex | CB | 72 | 94 | 0 | 2C | 1B | 14 | 151 | 2E | 3E |
| Octal | 313 | 162 | 224 | 0 | 54 | 33 | 24 | 521 | 56 | 76 |
| Binary | 11001011 | 1110010 | 10010100 | 0 | 101100 | 11011 | 10100 | 101010001 | 101110 | 111110 |
Color Harmonies of #CB7294
Complementary color
Monochromatic Colors of #CB7294
Black with #CB7294
Text Example
Text Example
White with #CB7294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7294; }
p { color: rgb(203,114,148); }
H1.HeaderClassName
{
color: #CB7294;
}
.AnyTagClassName
{
color: #CB7294;
}
</style>
background-color css
<style>
a { background-color: #CB7294; }
a { background-color: rgb(203,114,148); }
div.DivClassName
{
background-color: #CB7294;
}
.BgClassName
{
background-color: #CB7294;
}
</style>
border-color css
<style>
span { border-color: #CB7294; }
span { border-color: rgb(203,114,148); }
td.TdClassName
{
border-color: #CB7294;
}
.TagClassName
{
border-color: #CB7294;
}
</style>