Shades of Hopbush #CF7296
Tints of Hopbush #CF7296
RGB
CMYK
RGB Variations
Color information
#CF7296 (or 0xCF7296) is known color: Hopbush. HEX triplet: CF, 72 and 96. RGB value is (207,114,150). Sum of RGB (Red+Green+Blue) = 207+114+150=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7296 is #308D69. Grayscale: #919191. Windows color (decimal): -3181930 or 9859791. OLE color: 9859791.
HSL color Cylindrical-coordinate representation of color #CF7296: hue angle of 336.77º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7296 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 150 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.19 |
| HSL | 336.77º | 0.49% | 0.63% | - |
| HSV(B) | 336.77º | 0.45% | 0.81% | - |
| XYZ | 37.25 | 27.5 | 32.2 | - |
| YUV | 145.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 150 | 0 | 0.45 | 0.28 | 0.19 | 336.77 | 0.49 | 0.63 |
| Hex | CF | 72 | 96 | 0 | 2D | 1C | 13 | 151 | 31 | 3F |
| Octal | 317 | 162 | 226 | 0 | 55 | 34 | 23 | 521 | 61 | 77 |
| Binary | 11001111 | 1110010 | 10010110 | 0 | 101101 | 11100 | 10011 | 101010001 | 110001 | 111111 |
Color Harmonies of #CF7296
Complementary color
Monochromatic Colors of #CF7296
Black with #CF7296
Text Example
Text Example
White with #CF7296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7296; }
p { color: rgb(207,114,150); }
H1.HeaderClassName
{
color: #CF7296;
}
.AnyTagClassName
{
color: #CF7296;
}
</style>
background-color css
<style>
a { background-color: #CF7296; }
a { background-color: rgb(207,114,150); }
div.DivClassName
{
background-color: #CF7296;
}
.BgClassName
{
background-color: #CF7296;
}
</style>
border-color css
<style>
span { border-color: #CF7296; }
span { border-color: rgb(207,114,150); }
td.TdClassName
{
border-color: #CF7296;
}
.TagClassName
{
border-color: #CF7296;
}
</style>