Shades of Hopbush #CB7197
Tints of Hopbush #CB7197
RGB
CMYK
RGB Variations
Color information
#CB7197 (or 0xCB7197) is known color: Hopbush. HEX triplet: CB, 71 and 97. RGB value is (203,113,151). Sum of RGB (Red+Green+Blue) = 203+113+151=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7197 is #348E68. Grayscale: #909090. Windows color (decimal): -3444329 or 9925067. OLE color: 9925067.
HSL color Cylindrical-coordinate representation of color #CB7197: hue angle of 334.67º 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 #CB7197 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 151 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.20 |
| HSL | 334.67º | 0.46% | 0.62% | - |
| HSV(B) | 334.67º | 0.44% | 0.8% | - |
| XYZ | 36.12 | 26.74 | 32.54 | - |
| YUV | 144.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 151 | 0 | 0.44 | 0.26 | 0.20 | 334.67 | 0.46 | 0.62 |
| Hex | CB | 71 | 97 | 0 | 2C | 1A | 14 | 14F | 2E | 3E |
| Octal | 313 | 161 | 227 | 0 | 54 | 32 | 24 | 517 | 56 | 76 |
| Binary | 11001011 | 1110001 | 10010111 | 0 | 101100 | 11010 | 10100 | 101001111 | 101110 | 111110 |
Color Harmonies of #CB7197
Complementary color
Monochromatic Colors of #CB7197
Black with #CB7197
Text Example
Text Example
White with #CB7197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7197; }
p { color: rgb(203,113,151); }
H1.HeaderClassName
{
color: #CB7197;
}
.AnyTagClassName
{
color: #CB7197;
}
</style>
background-color css
<style>
a { background-color: #CB7197; }
a { background-color: rgb(203,113,151); }
div.DivClassName
{
background-color: #CB7197;
}
.BgClassName
{
background-color: #CB7197;
}
</style>
border-color css
<style>
span { border-color: #CB7197; }
span { border-color: rgb(203,113,151); }
td.TdClassName
{
border-color: #CB7197;
}
.TagClassName
{
border-color: #CB7197;
}
</style>