Shades of Hopbush #CF7092
Tints of Hopbush #CF7092
RGB
CMYK
RGB Variations
Color information
#CF7092 (or 0xCF7092) is known color: Hopbush. HEX triplet: CF, 70 and 92. RGB value is (207,112,146). Sum of RGB (Red+Green+Blue) = 207+112+146=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7092 is #308F6D. Grayscale: #909090. Windows color (decimal): -3182446 or 9597135. OLE color: 9597135.
HSL color Cylindrical-coordinate representation of color #CF7092: hue angle of 338.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF7092 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 146 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.19 |
| HSL | 338.53º | 0.5% | 0.63% | - |
| HSV(B) | 338.53º | 0.46% | 0.81% | - |
| XYZ | 36.71 | 26.93 | 30.46 | - |
| YUV | 144.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 146 | 0 | 0.46 | 0.29 | 0.19 | 338.53 | 0.5 | 0.63 |
| Hex | CF | 70 | 92 | 0 | 2E | 1D | 13 | 153 | 32 | 3F |
| Octal | 317 | 160 | 222 | 0 | 56 | 35 | 23 | 523 | 62 | 77 |
| Binary | 11001111 | 1110000 | 10010010 | 0 | 101110 | 11101 | 10011 | 101010011 | 110010 | 111111 |
Color Harmonies of #CF7092
Complementary color
Monochromatic Colors of #CF7092
Black with #CF7092
Text Example
Text Example
White with #CF7092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7092; }
p { color: rgb(207,112,146); }
H1.HeaderClassName
{
color: #CF7092;
}
.AnyTagClassName
{
color: #CF7092;
}
</style>
background-color css
<style>
a { background-color: #CF7092; }
a { background-color: rgb(207,112,146); }
div.DivClassName
{
background-color: #CF7092;
}
.BgClassName
{
background-color: #CF7092;
}
</style>
border-color css
<style>
span { border-color: #CF7092; }
span { border-color: rgb(207,112,146); }
td.TdClassName
{
border-color: #CF7092;
}
.TagClassName
{
border-color: #CF7092;
}
</style>