Shades of Hopbush #CF7492
Tints of Hopbush #CF7492
RGB
CMYK
RGB Variations
Color information
#CF7492 (or 0xCF7492) is known color: Hopbush. HEX triplet: CF, 74 and 92. RGB value is (207,116,146). Sum of RGB (Red+Green+Blue) = 207+116+146=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7492 is #308B6D. Grayscale: #929292. Windows color (decimal): -3181422 or 9598159. OLE color: 9598159.
HSL color Cylindrical-coordinate representation of color #CF7492: hue angle of 340.22º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7492 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 146 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.19 |
| HSL | 340.22º | 0.49% | 0.63% | - |
| HSV(B) | 340.22º | 0.44% | 0.81% | - |
| XYZ | 37.17 | 27.83 | 30.61 | - |
| YUV | 146.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 146 | 0 | 0.44 | 0.29 | 0.19 | 340.22 | 0.49 | 0.63 |
| Hex | CF | 74 | 92 | 0 | 2C | 1D | 13 | 154 | 31 | 3F |
| Octal | 317 | 164 | 222 | 0 | 54 | 35 | 23 | 524 | 61 | 77 |
| Binary | 11001111 | 1110100 | 10010010 | 0 | 101100 | 11101 | 10011 | 101010100 | 110001 | 111111 |
Color Harmonies of #CF7492
Complementary color
Monochromatic Colors of #CF7492
Black with #CF7492
Text Example
Text Example
White with #CF7492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7492; }
p { color: rgb(207,116,146); }
H1.HeaderClassName
{
color: #CF7492;
}
.AnyTagClassName
{
color: #CF7492;
}
</style>
background-color css
<style>
a { background-color: #CF7492; }
a { background-color: rgb(207,116,146); }
div.DivClassName
{
background-color: #CF7492;
}
.BgClassName
{
background-color: #CF7492;
}
</style>
border-color css
<style>
span { border-color: #CF7492; }
span { border-color: rgb(207,116,146); }
td.TdClassName
{
border-color: #CF7492;
}
.TagClassName
{
border-color: #CF7492;
}
</style>